[PATCH] D85262: [llvm] Expose untyped accessor to evaluation result tensors

Yundi Qian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 00:32:07 PDT 2020


yundiqian accepted this revision.
yundiqian added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/Analysis/Utils/TFUtils.h:120-122
+    /// Get a (const) pointer to the untyped data of the tensor.
+    void *getUntypedTensorValue(size_t Index);
+    const void *getUntypedTensorValue(size_t Index) const;
----------------
why making them public?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85262/new/

https://reviews.llvm.org/D85262



More information about the llvm-commits mailing list