Home
last modified time | relevance | path

Searched defs:TosaSpecification (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/backends/arm/
H A Dprocess_node.py34 tosa_spec: TosaSpecification,
71 tosa_spec: TosaSpecification,
133 tosa_spec: TosaSpecification,
201 tosa_spec: TosaSpecification,
H A Dtosa_specification.py21 class TosaSpecification: class
/aosp_15_r20/external/executorch/backends/arm/operator_support/
H A Dtosa_supported_operators.py26 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 Dmean_dim_support.py29 def is_node_supported(self, node: fx.Node, tosa_spec: TosaSpecification) -> bool:
H A Dvar_correction_support.py29 def is_node_supported(self, node: fx.Node, tosa_spec: TosaSpecification) -> bool:
/aosp_15_r20/external/executorch/backends/arm/operators/
H A Dnode_visitor.py32 def __init__(self, exported_program: ExportedProgram, tosa_spec: TosaSpecification):