Home
last modified time | relevance | path

Searched defs:is_control (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dutils.h52 bool is_control = absl::StartsWith(input_name, "^"); in NodePositionIfSameNode() local
67 const bool is_control = absl::StartsWith(name, "^"); in ParseNodeNameAsStringPiece() local
H A Dmutable_graph_view.cc1611 bool is_control = IsTensorIdControlling(tensor_id); in RemoveFaninsInternal() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
H A Dsegment.cc62 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 Dgraph_view.cc132 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 Dgrappler_test.cc55 const auto is_control = [](const string& input) -> bool { in CompareGraphNodes() local
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddebug_data.py1063 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 Dfunctiondef_export.cc52 bool is_control = (operand.getType() == control_ty); in GetValueName() local
H A Dgraphdef_export.cc461 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/
Dsegment.py105 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/
Dsegment.py105 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/
Dsegment.py105 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/
Dsegment.py105 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 Dmethods.rs917 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 Dmethods.rs917 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 Dmethods.rs917 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 Dmethods.rs914 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 Dmethods.rs914 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/
Dquery.hpp217 inline bool is_control(::boost::uint32_t ch) in is_control() function
/aosp_15_r20/external/tensorflow/tensorflow/core/summary/
H A Dsummary_db_writer.cc267 int64_t is_control = 0; in SaveNodeInputs() local