These were implementation detail, but become necessary for generic data
copying.
Also added const variations to them, and move assignment, since we had a
move ctor (and the move assignment helps in a subsequent patch).
Paths
| Differential D85262
[TFUtils] Expose untyped accessor to evaluation result tensors ClosedPublic Authored by mtrofin on Aug 4 2020, 5:57 PM.
Details Summary These were implementation detail, but become necessary for generic data Also added const variations to them, and move assignment, since we had a
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 5 2020, 12:32 AM Comment Actions The tag [llvm] can be replaced by a more specific tag, e.g. TFUtils or some other abbreviation for the framework you are working on. Comment Actions
done
mtrofin retitled this revision from [llvm] Expose untyped accessor to evaluation result tensors to [TFUtils] Expose untyped accessor to evaluation result tensors.Aug 5 2020, 10:10 AM This revision was landed with ongoing or failed builds.Aug 5 2020, 10:22 AM Closed by commit rGb18c41c66fd1: [TFUtils] Expose untyped accessor to evaluation result tensors (authored by mtrofin). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 283292 llvm/include/llvm/Analysis/Utils/TFUtils.h
llvm/lib/Analysis/TFUtils.cpp
llvm/unittests/Analysis/TFUtilsTest.cpp
|
You can write = default