Home
last modified time | relevance | path

Searched defs:NodeList (Results 1 – 25 of 616) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/pytorch/torch/fx/passes/
H A Dnet_min_base.py118 Callable[[NodeList, int, int], None]
399 self, all_nodes: NodeList, start_idx: int, end_idx: int
467 def _binary_traverse(self, nodes: NodeList) -> NodeSet:
473 def _sequential_traverse(self, nodes: NodeList) -> NodeSet:
523 …def _block_traverse_impl(self, nodes: NodeList, start_idx: int, end_idx: int, find_last_node: bool…
615 def _block_traverse(self, nodes: NodeList, find_last_node: Optional[bool]) -> NodeSet:
672 def _defined_traverse(self, nodes: NodeList) -> NodeSet:
699 def _accumulate_traverse(self, nodes: NodeList) -> NodeSet:
738 def _skip_traverse_impl(self, all_nodes: NodeList, start_idx: int, end_idx: int) -> NodeSet:
780 def _skip_traverse(self, all_nodes: NodeList, skip_nodes: List) -> NodeSet:
H A Dtools_common.py16 NodeList = List[torch.fx.Node] variable
127 inputs: Union[NodeSet, NodeList], argument
H A Dsplitter_base.py118 self, cpu_worklist: NodeList
425 self, mod: torch.fx.GraphModule, supported_nodes: NodeList
/aosp_15_r20/external/pytorch/torch/fx/passes/utils/
H A Dfuser_utils.py15 def topo_sort(nodes: NodeList) -> NodeList:
44 def validate_partition(partition: NodeList) -> bool:
60 def bfs_find_cycle(root_nodes: NodeList) -> bool:
94 nodes: NodeList,
214 def erase_nodes(gm: GraphModule, nodes: NodeList):
222 def fuse_by_partitions(gm: GraphModule, partitions: List[NodeList], prefix: str = "fused_") -> Grap…
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/utils/ui_pages/fitbit_companion/
Dother_pages.py13 NodeList = List[ui_node.UINode] variable
131 clickable_nodes: NodeList,
132 enabled_nodes: NodeList,
133 all_nodes: NodeList) -> Optional[ui_core.UIPage]:
272 clickable_nodes: NodeList,
273 enabled_nodes: NodeList,
274 all_nodes: NodeList) -> Optional[ui_core.UIPage]:
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
H A DNodeList.java47 public class NodeList<N extends Node> implements List<N>, Iterable<N>, HasParentNode<NodeList<N>>, … class
55 public NodeList() { in NodeList() method in NodeList
59 public NodeList(Collection<N> n) { in NodeList() method in NodeList
64 public NodeList(N... n) { in NodeList() method in NodeList
/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/
H A DNodeList.java23 public interface NodeList { interface
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp37 struct NodeList { struct
39 NodeList *Next = nullptr; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp38 struct NodeList { struct
40 NodeList *Next = nullptr; argument
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/
Dminicompat.py50 class NodeList(list): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/
Dminicompat.py50 class NodeList(list): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/
Dminicompat.py50 class NodeList(list): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/
Dminicompat.py50 class NodeList(list): class
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/
H A Dminicompat.py50 class NodeList(list): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/
Dminicompat.py50 class NodeList(list): class
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/
Dminicompat.py51 class NodeList(list): class
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dmeta_graph.proto168 message NodeList { message
/aosp_15_r20/external/executorch/exir/
H A Dlowered_backend_module.py725 node_list: NodeList,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp48 SmallVector<CallGraphNode*, 8> NodeList; member in __anonc7dbea050111::AMDGPUAnnotateKernelFeatures
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/
H A DElement.java1913 private static final class NodeList extends ChangeNotifyingArrayList<Node> { class in Element
1916 NodeList(Element owner, int initialCapacity) { in NodeList() method in Element.NodeList
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
H A DTestParentChildReferences.java108 static class NodeList class in TestParentChildReferences
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h226 using NodeList = SmallVector<BlockNode, 4>; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h225 using NodeList = SmallVector<BlockNode, 4>; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h226 using NodeList = SmallVector<BlockNode, 4>; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h226 using NodeList = SmallVector<BlockNode, 4>; member

12345678910>>...25