[all-commits] [llvm/llvm-project] 710592: [llvm][NFC] TensorSpec abstraction for ML evaluator
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Wed Jul 29 16:29:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 71059257bd4b9780ddf8de4248e415535d8dbbfe
https://github.com/llvm/llvm-project/commit/71059257bd4b9780ddf8de4248e415535d8dbbfe
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M llvm/include/llvm/Analysis/Utils/TFUtils.h
M llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
M llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp
M llvm/lib/Analysis/TFUtils.cpp
M llvm/unittests/Analysis/TFUtilsTest.cpp
Log Message:
-----------
[llvm][NFC] TensorSpec abstraction for ML evaluator
Further abstracting the specification of a tensor, to more easily
support different types and shapes of tensor, and also to perform
initialization up-front, at TFModelEvaluator construction time.
Differential Revision: https://reviews.llvm.org/D84685
More information about the All-commits
mailing list