[PATCH] D83843: [llvm][NFC] Hide the tensorflow dependency from headers.

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 21:19:53 PDT 2020


mtrofin marked an inline comment as done.
mtrofin added inline comments.


================
Comment at: llvm/lib/Analysis/TFUtils.cpp:92
+  bool isValid() const { return IsValid; }
+  size_t OutputSize() const { return OutputFeed.size(); }
+
----------------
Ugh - just saw this one (the others are spurious). I'll rename it shortly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83843





More information about the llvm-commits mailing list