/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/ |
H A D | utils.h | 52 bool is_control = absl::StartsWith(input_name, "^"); in NodePositionIfSameNode() local 67 const bool is_control = absl::StartsWith(name, "^"); in ParseNodeNameAsStringPiece() local
|
H A D | mutable_graph_view.cc | 1611 bool is_control = IsTensorIdControlling(tensor_id); in RemoveFaninsInternal() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
H A D | segment.cc | 62 int dst_port, bool is_control = false) in SimpleEdge() 179 bool is_control = e->IsControlEdge(); in SimpleGraph() local 203 bool is_control = (out_port == Graph::kControlSlot); in AddEdge() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | graph_view.cc | 132 bool is_control = IsTensorIdControl(fanin_id); in CheckAndAddFaninsInternal() local 240 bool is_control = IsTensorIdControl(fanin_id); in AddNode() local 519 bool is_control = IsTensorIdControl(fanin_id); in CheckFaninsInternal() local 555 bool is_control = IsTensorIdControl(fanin_id); in AddFaninsInternal() local
|
H A D | grappler_test.cc | 55 const auto is_control = [](const string& input) -> bool { in CompareGraphNodes() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ |
H A D | debug_data.py | 1063 def node_inputs(self, node_name, is_control=False, device_name=None): argument 1226 def node_recipients(self, node_name, is_control=False, device_name=None): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/ |
H A D | functiondef_export.cc | 52 bool is_control = (operand.getType() == control_ty); in GetValueName() local
|
H A D | graphdef_export.cc | 461 bool is_control = value.getType() == dialect->getControlType(); in GetValueName() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | segment.py | 105 def is_control(self) -> bool: member in Segment
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | segment.py | 105 def is_control(self) -> bool: member in Segment
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | segment.py | 105 def is_control(self) -> bool: member in Segment
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | segment.py | 105 def is_control(self) -> bool: member in Segment
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/char/ |
H A D | methods.rs | 917 pub fn is_control(self) -> bool { in is_control() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/char/ |
H A D | methods.rs | 917 pub fn is_control(self) -> bool { in is_control() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/char/ |
H A D | methods.rs | 917 pub fn is_control(self) -> bool { in is_control() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/char/ |
H A D | methods.rs | 914 pub fn is_control(self) -> bool { in is_control() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/char/ |
H A D | methods.rs | 914 pub fn is_control(self) -> bool { in is_control() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/char_encoding/unicode/ |
D | query.hpp | 217 inline bool is_control(::boost::uint32_t ch) in is_control() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/summary/ |
H A D | summary_db_writer.cc | 267 int64_t is_control = 0; in SaveNodeInputs() local
|