A JSON->TensorSpec utility we will use subsequently to specify
additional outputs needed for certain training scenarios.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/unittests/Analysis/TFUtilsTest.cpp | ||
|---|---|---|
| 116 | How about: R"({ })"); You can remove two lines. | |
| 125 | Expand auto if the type is not obvious. https://llvm.org/docs/CodingStandards.html#use-auto-type-deduction-to-make-code-more-readable | |
| 126 | No newline at end of file | |
How about:
R"({
})");
You can remove two lines.