Home
last modified time | relevance | path

Searched defs:NodeSet (Results 1 – 25 of 74) sorted by relevance

123

/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java59 public class NodeSet class
66 public NodeSet() in NodeSet() method in NodeSet
77 public NodeSet(int blocksize) in NodeSet() method in NodeSet
89 public NodeSet(NodeList nodelist) in NodeSet() method in NodeSet
103 public NodeSet(NodeSet nodelist) in NodeSet() method in NodeSet
117 public NodeSet(NodeIterator ni) in NodeSet() method in NodeSet
130 public NodeSet(Node node) in NodeSet() method in NodeSet
/aosp_15_r20/external/pytorch/torch/fx/passes/
H A Dtools_common.py17 NodeSet = Set[torch.fx.Node] variable
87 def __init__(self, module: torch.fx.GraphModule, acc_nodes: NodeSet):
127 inputs: Union[NodeSet, NodeList],
128 visited: Optional[NodeSet] = None,
H A Dnet_min_base.py258 def _tag_nodes(self, selected_nodes: NodeSet):
283 def _build_submodule(self, nodes: NodeSet) -> Tuple[torch.fx.GraphModule, str]:
H A Dsplitter_base.py653 self, deps: Dict[torch.fx.Node, NodeSet] argument
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profile/
Dgraph.go151 type NodeSet map[NodeInfo]bool type
166 func (nm NodeMap) FindOrInsertNode(info NodeInfo, kept NodeSet) *Node {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h53 class NodeSet; variable
331 NodeSet(iterator S, iterator E) : Nodes(S, E), HasRecurrence(true) { in NodeSet() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMachinePipeliner.h58 class NodeSet; variable
337 NodeSet(iterator S, iterator E) : Nodes(S, E), HasRecurrence(true) { in NodeSet() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachinePipeliner.h58 class NodeSet; variable
337 NodeSet(iterator S, iterator E) : Nodes(S, E), HasRecurrence(true) { in NodeSet() function
DRegAllocPBQP.h497 using NodeSet = std::set<NodeId>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMachinePipeliner.h58 class NodeSet; variable
337 NodeSet(iterator S, iterator E) : Nodes(S, E), HasRecurrence(true) { in NodeSet() function
DRegAllocPBQP.h495 using NodeSet = std::set<NodeId>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMachinePipeliner.h58 class NodeSet; variable
337 NodeSet(iterator S, iterator E) : Nodes(S, E), HasRecurrence(true) { in NodeSet() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h58 class NodeSet; variable
336 NodeSet(iterator S, iterator E) : Nodes(S, E), HasRecurrence(true) { in NodeSet() function
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dprefilter_tree.h78 using NodeSet = variable
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/internal/
H A Dgraphcycles.cc161 class NodeSet { class
163 NodeSet() { Init(); } in NodeSet() function in absl::synchronization_internal::__anonafe0f5c30111::NodeSet
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
H A Dgraphcycles.cc161 class NodeSet { class
163 NodeSet() { Init(); } in NodeSet() function in absl::synchronization_internal::__anon65ab8bde0111::NodeSet
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc161 class NodeSet { class
163 NodeSet() { Init(); } in NodeSet() function in absl::synchronization_internal::__anone535bfac0111::NodeSet
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc161 class NodeSet { class
163 NodeSet() { Init(); } in NodeSet() function in absl::synchronization_internal::__anonf67832620111::NodeSet
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc162 class NodeSet { class
164 NodeSet() { Init(); } in NodeSet() function in absl::synchronization_internal::__anon456761b00111::NodeSet
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
Dgraph.go204 type NodeSet map[NodeInfo]bool type
219 func (nm NodeMap) FindOrInsertNode(info NodeInfo, kept NodeSet) *Node {
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc162 class NodeSet { class
164 NodeSet() { Init(); } in NodeSet() function in absl::synchronization_internal::__anonfc74baac0111::NodeSet
/aosp_15_r20/external/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc162 class NodeSet { class
164 NodeSet() { Init(); } in NodeSet() function in absl::synchronization_internal::__anon7a63781d0111::NodeSet
/aosp_15_r20/art/tools/ahat/src/main/com/android/ahat/dominators/
H A DDominators.java222 private static class NodeSet { class in Dominators
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/
H A Dcycle_detector.cc27 using NodeSet = llvm::DenseSet<int32_t>; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DImmutableGraph.h303 using NodeSet = typename GraphT::NodeSet; variable

123