Home
last modified time | relevance | path

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

/external/executorch/exir/backend/test/
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
Dtest_graph_partition.py183 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
Dtest_backends_nested.py161 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
/external/executorch/exir/backend/test/demos/rpc/
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
/external/executorch/exir/backend/canonical_partitioners/
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
/external/pytorch/torch/distributed/_tensor/
D__init__.py13 submodules = [ variable
/external/pytorch/torch/fx/passes/backends/
Dcudagraphs.py13 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
/external/executorch/backends/apple/coreml/partition/
Dcoreml_partitioner.py38 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
/external/tensorflow/tensorflow/tools/docs/
Dtf_doctest.py91 def filter_on_submodules(all_modules, submodules): argument
/external/executorch/backends/arm/operator_support/
Dtosa_supported_operators.py74 def is_node_supported(self, submodules, node: fx.Node) -> bool: argument
/external/executorch/backends/apple/mps/partition/
Dmps_partitioner.py43 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
/external/clang/include/clang/Basic/
DModule.h479 llvm::iterator_range<submodule_iterator> submodules() { in submodules() function
482 llvm::iterator_range<submodule_const_iterator> submodules() const { in submodules() function
/external/perfetto/tools/
Dinstall-build-deps55 submodules: bool = False variable in Dependency
/external/tensorflow/tensorflow/python/module/
Dmodule.py190 def submodules(self): member in Module
/external/pytorch/test/export/
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
/external/pytorch/test/jit/
Dtest_backends.py46 def to_test_backend_selective(module, method_compile_spec, submodules): argument
/external/pytorch/torch/_inductor/
Dloop_body.py28 def __init__(self, graph, submodules): argument
Dir.py7924 def __init__(self, graph, submodules): argument
/external/pytorch/test/
Dtest_fx_passes.py244 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: argument
/external/bazelbuild-rules_rust/proto/prost/private/
Dprotoc_wrapper.rs71 submodules: BTreeSet<String>, field
/external/pytorch/test/cpp/api/
Dmodules.cpp3588 auto submodules = multihead_attn_module->named_children(); in _multihead_attn_test_helper() local