Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py92 def IsSwitch(op): function
/external/tensorflow/tensorflow/core/graph/
Dgraph.h157 bool IsSwitch() const { return class_ == NC_SWITCH; } in IsSwitch() function
812 inline bool IsSwitch(const Node* node) { return node->IsSwitch(); } in IsSwitch() function
/external/libchrome/base/
Dcommand_line.cc58 bool IsSwitch(const CommandLine::StringType& string, in IsSwitch() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc583 bool IsSwitch(const NodeDef& node) { in IsSwitch() function