Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h68 static bool IsControl(Node* node) { in IsControl() function
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgen_node.h84 bool IsControl() const { return (value_ < 0); } in IsControl() function