[PATCH] D84685: [llvm][NFC] TensorSpec abstraction for ML evaluator

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 11:09:15 PDT 2020


mtrofin created this revision.
mtrofin added reviewers: davidxl, ebrevdo.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84685

Files:
  llvm/include/llvm/Analysis/Utils/TFUtils.h
  llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
  llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp
  llvm/lib/Analysis/TFUtils.cpp
  llvm/unittests/Analysis/TFUtilsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84685.280983.patch
Type: text/x-patch
Size: 16649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200727/21f79c8a/attachment.bin>


More information about the llvm-commits mailing list