/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: member in AllOperatorSupport 41 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: member in AddOperatorSupport 48 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: member in MatmulOperatorSupport 193 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: member in OpsToNotDecomposeOperatorSupport
|
H A D | test_graph_partition.py | 183 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: member in TestGraphPartition.test_graph_partition_with_op_support.TestOperatorSupport
|
H A D | test_backends_nested.py | 161 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: member in CondOperatorSupport
|
/aosp_15_r20/external/pytorch/torch/fx/passes/ |
H A D | operator_support.py | 32 def is_node_supported( member in OperatorSupportBase 66 def is_node_supported( member in OperatorSupport 143 def is_node_supported( member in create_op_support.FunctionalOperatorSupport
|
/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: member in AnyOperatorSupport 35 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: member in AnyDelegateSupport
|
/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: member in generate_partitions_from_list_of_nodes.MatchTag 111 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: member in generate_pattern_op_partitions.MatchTag
|
/aosp_15_r20/external/executorch/backends/arm/operator_support/ |
H A D | tosa_supported_operators.py | 26 def is_node_supported(self, node: fx.Node, tosa_spec: TosaSpecification) -> bool: member in SupportedTOSAOperatorCheck 74 def is_node_supported(self, submodules, node: fx.Node) -> bool: member in TOSASupportedOperators
|
H A D | mean_dim_support.py | 29 def is_node_supported(self, node: fx.Node, tosa_spec: TosaSpecification) -> bool: member in MeanDimSupported
|
H A D | var_correction_support.py | 29 def is_node_supported(self, node: fx.Node, tosa_spec: TosaSpecification) -> bool: member in VarCorrectionSupported
|
/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: member in CudaGraphsSupport
|
/aosp_15_r20/external/executorch/backends/example/ |
H A D | example_partitioner.py | 38 def is_node_supported(self, _submodules, node: torch.fx.Node) -> bool: member in ExamplePartitioner.__init__.DequantQuantOperatorSupport
|
/aosp_15_r20/external/pytorch/test/fx/ |
H A D | test_partitioner_order.py | 13 def is_node_supported( member in DummyDevOperatorSupport
|
/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: member in OperatorsSupportedForCoreMLBackend
|
/aosp_15_r20/external/executorch/backends/mediatek/ |
H A D | partitioner.py | 40 def is_node_supported(self, _, node: torch.fx.Node) -> bool: member in NeuropilotOperatorsSupport
|
/aosp_15_r20/external/executorch/backends/qualcomm/partition/ |
H A D | qnn_partitioner.py | 57 def is_node_supported(self, _, node: torch.fx.Node) -> bool: member in QnnOperatorSupport
|
/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: member in _AddOperatorSupport 74 def is_node_supported(self, submodules, node: torch.fx.Node) -> bool: member in _AtenAddOperatorSupport
|
/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: member in MPSOperatorSupport
|
/aosp_15_r20/external/executorch/backends/vulkan/partitioner/ |
H A D | vulkan_partitioner.py | 219 def is_node_supported( member in VulkanSupportedOperators
|
/aosp_15_r20/external/executorch/backends/qualcomm/utils/ |
H A D | utils.py | 139 def is_node_supported(self, _, node: torch.fx.Node) -> bool: member in _AnnotationSkipper
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/ |
H A D | onnxruntime.py | 195 def is_node_supported( member in OrtOperatorSupport
|
/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: member in MockOperatorSupport
|