Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/backend/test/
H A Dop_partitioner_demo.py36 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 Dtest_graph_partition.py183 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
H A Dtest_backends_nested.py161 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
/aosp_15_r20/external/executorch/exir/backend/test/demos/rpc/
H A Dexecutor_backend_partitioner.py30 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 Dpattern_op_partitioner.py30 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 DModule.h479 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__.py13 submodules = [ variable
/aosp_15_r20/external/pytorch/torch/fx/passes/backends/
H A Dcudagraphs.py13 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/
DModule.h777 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/
DModule.h783 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/
DModule.h782 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/
DModule.h782 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 Dcoreml_partitioner.py38 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
/aosp_15_r20/external/tensorflow/tensorflow/tools/docs/
H A Dtf_doctest.py91 def filter_on_submodules(all_modules, submodules): argument
/aosp_15_r20/external/executorch/backends/arm/operator_support/
H A Dtosa_supported_operators.py74 def is_node_supported(self, submodules, node: fx.Node) -> bool: argument
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_passes.py69 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 Dmps_partitioner.py43 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
/aosp_15_r20/external/perfetto/tools/
H A Dinstall-build-deps55 submodules: bool = False variable in Dependency
/aosp_15_r20/external/tensorflow/tensorflow/python/module/
H A Dmodule.py190 def submodules(self): member in Module
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_backends.py46 def to_test_backend_selective(module, method_compile_spec, submodules): argument
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dloop_body.py28 def __init__(self, graph, submodules): argument
H A Dir.py7924 def __init__(self, graph, submodules): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_fx_passes.py244 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/
H A Dprotoc_wrapper.rs71 submodules: BTreeSet<String>, field
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dmodules.cpp3588 auto submodules = multihead_attn_module->named_children(); in _multihead_attn_test_helper() local