Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py88 def IsSwitch(op): function
/external/libchrome-gestures/src/
Dcommand_line.cc40 bool IsSwitch(const std::string& string, in IsSwitch() function
/external/tensorflow/tensorflow/core/graph/
Dgraph.h164 bool IsSwitch() const { return class_ == NC_SWITCH; } in IsSwitch() function
845 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/cronet/base/
Dcommand_line.cc81 bool IsSwitch(const CommandLine::StringType& string, in IsSwitch() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc591 bool IsSwitch(const NodeDef& node) { in IsSwitch() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc913 bool TFGraphDialect::IsSwitch(TFOp op) const { in IsSwitch() function in mlir::tfg::TFGraphDialect