Home
last modified time | relevance | path

Searched defs:IsVariable (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph.h150 bool IsVariable() const { return class_ == NC_VARIABLE; } in IsVariable() function
688 inline bool IsVariable(const Node* node) { return node->IsVariable(); } in IsVariable() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc325 bool IsVariable(const NodeDef& node) { in IsVariable() function