HomeSort by relevance Sort by last modified time
    Searched defs:IsVariable (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/graph/
graph.h 150 bool IsVariable() const { return class_ == NC_VARIABLE; }
688 inline bool IsVariable(const Node* node) { return node->IsVariable(); }
  /external/tensorflow/tensorflow/core/grappler/
op_types.cc 325 bool IsVariable(const NodeDef& node) {
340 return IsConstant(node) || IsVariable(node);

Completed in 67 milliseconds