[all-commits] [llvm/llvm-project] b18c41: [TFUtils] Expose untyped accessor to evaluation re...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Wed Aug 5 10:23:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b18c41c66fd16bde1a0a80a94f03815bc58dcc5a
https://github.com/llvm/llvm-project/commit/b18c41c66fd16bde1a0a80a94f03815bc58dcc5a
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M llvm/include/llvm/Analysis/Utils/TFUtils.h
M llvm/lib/Analysis/TFUtils.cpp
M llvm/unittests/Analysis/TFUtilsTest.cpp
Log Message:
-----------
[TFUtils] Expose untyped accessor to evaluation result tensors
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).
Differential Revision: https://reviews.llvm.org/D85262
More information about the All-commits
mailing list