Searched defs:TosaSpecification (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/executorch/backends/arm/ |
H A D | process_node.py | 34 tosa_spec: TosaSpecification, 71 tosa_spec: TosaSpecification, 133 tosa_spec: TosaSpecification, 201 tosa_spec: TosaSpecification,
|
H A D | tosa_specification.py | 21 class TosaSpecification: class
|
/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: 56 tosa_spec: TosaSpecification, 70 def __init__(self, tosa_spec: TosaSpecification):
|
H A D | mean_dim_support.py | 29 def is_node_supported(self, node: fx.Node, tosa_spec: TosaSpecification) -> bool:
|
H A D | var_correction_support.py | 29 def is_node_supported(self, node: fx.Node, tosa_spec: TosaSpecification) -> bool:
|
/aosp_15_r20/external/executorch/backends/arm/operators/ |
H A D | node_visitor.py | 32 def __init__(self, exported_program: ExportedProgram, tosa_spec: TosaSpecification):
|