Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h157 bool IsVariable() const { return class_ == NC_VARIABLE; } in IsVariable() function
752 inline bool IsVariable(const Node* node) { return node->IsVariable(); } in IsVariable() function
/external/v8/src/torque/
Ddeclarable.h50 bool IsVariable() const { return kind() == kVariable; } in IsVariable() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp2541 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
2609 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
2677 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc557 bool IsVariable(const NodeDef& node) { in IsVariable() function