Home
last modified time | relevance | path

Searched defs:NodeState (Results 1 – 25 of 81) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_scheduler.h44 struct NodeState { struct
49 std::vector<std::pair<const NodeDef*, int>> inputs; // Input, port pairs.
73 // identical when a NodeState is fully initialized. argument
92 NodeState() { in NodeState() argument
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DMachO.h81 struct NodeState { struct
97 SmallVector<NodeState, 16> Stack; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachO.h97 struct NodeState { struct
111 using NodeList = SmallVector<NodeState, 16>; argument
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Ddominator_tree.cc111 struct NodeState { struct in perfetto::trace_processor::__anon7a6808a70111::Graph
112 std::vector<Node> successors;
113 std::vector<Node> predecessors;
114 std::optional<TreeNumber> tree_parent;
115 std::vector<Node> self_as_semi_dominator;
116 std::optional<TreeNumber> semi_dominator;
117 Node dominator{0};
160 struct NodeState { struct in perfetto::trace_processor::__anon7a6808a70111::Forest
161 std::optional<Node> ancestor;
162 Node min_semi_dominator_until_ancestor;
H A Dgraph_scan.cc204 struct NodeState { struct
205 uint32_t depth = 0;
206 enum : uint8_t {
210 } visit_state = kUnvisited;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DMachO.h98 struct NodeState { struct
112 using NodeList = SmallVector<NodeState, 16>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DMachO.h98 struct NodeState { struct
112 using NodeList = SmallVector<NodeState, 16>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DMachO.h98 struct NodeState { struct
112 using NodeList = SmallVector<NodeState, 16>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DMachO.h98 struct NodeState { struct
112 using NodeList = SmallVector<NodeState, 16>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DMachO.h98 struct NodeState { struct
112 using NodeList = SmallVector<NodeState, 16>; argument
/aosp_15_r20/external/tensorflow/tensorflow/core/nccl/
H A Dnccl_manager_test.cc297 struct NodeState { struct in tensorflow::NcclManagerTest
298 NcclManager nccl_manager;
299 std::atomic<int> launched{0};
866 using NodeState = typename TestFixture::NodeState; in TYPED_TEST() typedef
/aosp_15_r20/external/pytorch/torch/distributed/elastic/rendezvous/
H A Ddynamic_rendezvous.py397 def _record(self, message: str, node_state: NodeState = NodeState.RUNNING):
625 def _record(self, message: str, node_state: NodeState = NodeState.RUNNING) -> None:
1098 node_state: NodeState = NodeState.RUNNING,
/aosp_15_r20/external/pytorch/torch/distributed/elastic/events/
H A D__init__.py83 node_state: NodeState,
H A Dapi.py63 class NodeState(str, Enum): class
/aosp_15_r20/external/armnn/src/armnnUtils/
H A DGraphTopologicalSort.hpp21 enum class NodeState enum
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dtraversal.cc41 enum class NodeState { kNotVisited, kVisiting, kDone }; enum
/aosp_15_r20/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/
H A DWorkflowNode.java83 public enum NodeState implements com.google.protobuf.ProtocolMessageEnum { enum in WorkflowNode
292 private NodeState(int value) { in NodeState() method in WorkflowNode.NodeState
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Deager_executor.h181 enum class NodeState { enum
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dpending_counts.h53 enum NodeState { enum
/aosp_15_r20/external/googleapis/google/cloud/dataproc/v1/
H A Dworkflow_templates.proto600 enum NodeState { enum
/aosp_15_r20/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/
H A Dworkflow_templates.proto600 enum NodeState { enum
/aosp_15_r20/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1405 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState() function in ExportEntry::NodeState
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dauto_mixed_precision.cc811 enum class NodeState { kNotVisited, kVisiting, kDone }; enum
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp2854 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState() function in ExportEntry::NodeState
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp2985 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState() function in ExportEntry::NodeState

1234