Searched refs:module_to_annotator (Results 1 – 4 of 4) sorted by relevance
11 from executorch.backends.example.example_operators.ops import module_to_annotator67 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
11 from executorch.backends.example.example_operators.ops import module_to_annotator34 self.patterns = module_to_annotator.keys()
10 from executorch.backends.example.example_operators.ops import module_to_annotator34 for pattern in list(module_to_annotator.keys()):35 pattern_op = module_to_annotator[pattern]
22 module_to_annotator = OrderedDict( variable