Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcontrol_flow_util.py88 def IsSwitch(op): function
/aosp_15_r20/external/libchrome-gestures/src/
H A Dcommand_line.cc40 bool IsSwitch(const std::string& string, in IsSwitch() function
/aosp_15_r20/external/libchrome/base/
H A Dcommand_line.cc58 bool IsSwitch(const CommandLine::StringType& string, in IsSwitch() function
/aosp_15_r20/external/cronet/base/
H A Dcommand_line.cc81 bool IsSwitch(const CommandLine::StringType& string, in IsSwitch() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_instruction.h574 bool IsSwitch() const { in IsSwitch() function
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_instruction.h564 bool IsSwitch() const { in IsSwitch() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_instruction.h574 bool IsSwitch() const { in IsSwitch() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_instruction.h574 bool IsSwitch() const { in IsSwitch() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_instruction.h574 bool IsSwitch() const { in IsSwitch() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_instruction.h574 bool IsSwitch() const { in IsSwitch() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_instruction.h574 bool IsSwitch() const { in IsSwitch() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_instruction.h574 bool IsSwitch() const { in IsSwitch() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc591 bool IsSwitch(const NodeDef& node) { in IsSwitch() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc913 bool TFGraphDialect::IsSwitch(TFOp op) const { in IsSwitch() function in mlir::tfg::TFGraphDialect