Home
last modified time | relevance | path

Searched refs:module_to_annotator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/backends/example/
H A Dexample_quantizer.py11 from executorch.backends.example.example_operators.ops import module_to_annotator
67 if module not in module_to_annotator.keys():
70 self.quantizer_supported_modules = module_to_annotator.keys()
92 annotator = module_to_annotator[supported_modules].annotate_handle
H A Dexample_partitioner.py11 from executorch.backends.example.example_operators.ops import module_to_annotator
34 self.patterns = module_to_annotator.keys()
/aosp_15_r20/external/executorch/backends/example/example_backend_delegate_passes/
H A Dpermute_memory_formats_pass.py10 from executorch.backends.example.example_operators.ops import module_to_annotator
34 for pattern in list(module_to_annotator.keys()):
35 pattern_op = module_to_annotator[pattern]
/aosp_15_r20/external/executorch/backends/example/example_operators/
H A Dops.py22 module_to_annotator = OrderedDict( variable