/aosp_15_r20/external/executorch/exir/backend/test/ |
H A D | op_partitioner_demo.py | 36 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument 41 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument 48 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument 193 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
|
H A D | test_graph_partition.py | 183 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
|
H A D | test_backends_nested.py | 161 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
|
/aosp_15_r20/external/executorch/exir/backend/test/demos/rpc/ |
H A D | executor_backend_partitioner.py | 30 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument 35 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
|
/aosp_15_r20/external/executorch/exir/backend/canonical_partitioners/ |
H A D | pattern_op_partitioner.py | 30 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument 111 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
|
/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | Module.h | 479 llvm::iterator_range<submodule_iterator> submodules() { in submodules() function 482 llvm::iterator_range<submodule_const_iterator> submodules() const { in submodules() function
|
/aosp_15_r20/external/pytorch/torch/distributed/_tensor/ |
H A D | __init__.py | 13 submodules = [ variable
|
/aosp_15_r20/external/pytorch/torch/fx/passes/backends/ |
H A D | cudagraphs.py | 13 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | Module.h | 777 llvm::iterator_range<submodule_iterator> submodules() { in submodules() function 780 llvm::iterator_range<submodule_const_iterator> submodules() const { in submodules() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | Module.h | 783 llvm::iterator_range<submodule_iterator> submodules() { in submodules() function 786 llvm::iterator_range<submodule_const_iterator> submodules() const { in submodules() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | Module.h | 782 llvm::iterator_range<submodule_iterator> submodules() { in submodules() function 785 llvm::iterator_range<submodule_const_iterator> submodules() const { in submodules() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | Module.h | 782 llvm::iterator_range<submodule_iterator> submodules() { in submodules() function 785 llvm::iterator_range<submodule_const_iterator> submodules() const { in submodules() function
|
/aosp_15_r20/external/executorch/backends/apple/coreml/partition/ |
H A D | coreml_partitioner.py | 38 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/docs/ |
H A D | tf_doctest.py | 91 def filter_on_submodules(all_modules, submodules): argument
|
/aosp_15_r20/external/executorch/backends/arm/operator_support/ |
H A D | tosa_supported_operators.py | 74 def is_node_supported(self, submodules, node: fx.Node) -> bool: argument
|
/aosp_15_r20/external/pytorch/test/export/ |
H A D | test_passes.py | 69 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument 74 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
|
/aosp_15_r20/external/executorch/backends/apple/mps/partition/ |
H A D | mps_partitioner.py | 43 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
|
/aosp_15_r20/external/perfetto/tools/ |
H A D | install-build-deps | 55 submodules: bool = False variable in Dependency
|
/aosp_15_r20/external/tensorflow/tensorflow/python/module/ |
H A D | module.py | 190 def submodules(self): member in Module
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_backends.py | 46 def to_test_backend_selective(module, method_compile_spec, submodules): argument
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | loop_body.py | 28 def __init__(self, graph, submodules): argument
|
H A D | ir.py | 7924 def __init__(self, graph, submodules): argument
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_fx_passes.py | 244 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
|
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/ |
H A D | protoc_wrapper.rs | 71 submodules: BTreeSet<String>, field
|
/aosp_15_r20/external/pytorch/test/cpp/api/ |
H A D | modules.cpp | 3588 auto submodules = multihead_attn_module->named_children(); in _multihead_attn_test_helper() local
|