/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph.h | 164 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 D | control_flow_util.py | 88 def IsSwitch(op): function
|
/aosp_15_r20/external/libchrome-gestures/src/ |
H A D | command_line.cc | 40 bool IsSwitch(const std::string& string, in IsSwitch() function
|
/aosp_15_r20/external/libchrome/base/ |
H A D | command_line.cc | 58 bool IsSwitch(const CommandLine::StringType& string, in IsSwitch() function
|
/aosp_15_r20/external/cronet/base/ |
H A D | command_line.cc | 81 bool IsSwitch(const CommandLine::StringType& string, in IsSwitch() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/ |
D | dex_instruction.h | 574 bool IsSwitch() const { in IsSwitch() function
|
/aosp_15_r20/art/libdexfile/dex/ |
H A D | dex_instruction.h | 564 bool IsSwitch() const { in IsSwitch() function
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/ |
D | dex_instruction.h | 574 bool IsSwitch() const { in IsSwitch() function
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/ |
D | dex_instruction.h | 574 bool IsSwitch() const { in IsSwitch() function
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/ |
D | dex_instruction.h | 574 bool IsSwitch() const { in IsSwitch() function
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/ |
D | dex_instruction.h | 574 bool IsSwitch() const { in IsSwitch() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/ |
D | dex_instruction.h | 574 bool IsSwitch() const { in IsSwitch() function
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/ |
D | dex_instruction.h | 574 bool IsSwitch() const { in IsSwitch() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/ |
H A D | op_types.cc | 591 bool IsSwitch(const NodeDef& node) { in IsSwitch() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/ |
H A D | tf_op_names.cc | 913 bool TFGraphDialect::IsSwitch(TFOp op) const { in IsSwitch() function in mlir::tfg::TFGraphDialect
|