Home
last modified time | relevance | path

Searched defs:transform_for_annotation (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/test/quantization/pt2e/
H A Dtest_quantize_pt2e.py1500 def transform_for_annotation( member in TestQuantizePT2E.test_transform_for_annotation.TestQuantizer
1537 def transform_for_annotation( member in TestQuantizePT2E.test_composable_quantizer_transform_for_annotation.TestQuantizer1
1552 def transform_for_annotation( member in TestQuantizePT2E.test_composable_quantizer_transform_for_annotation.TestQuantizer2
/aosp_15_r20/external/executorch/backends/mediatek/quantizer/
H A Dquantizer.py30 def transform_for_annotation(self, model: GraphModule) -> GraphModule: member in NeuropilotQuantizer
/aosp_15_r20/external/pytorch/torch/ao/quantization/quantizer/
H A Dcomposable_quantizer.py71 def transform_for_annotation( member in ComposableQuantizer
H A Dquantizer.py138 def transform_for_annotation( member in Quantizer
H A Dxnnpack_quantizer.py340 def transform_for_annotation( member in XNNPACKQuantizer
/aosp_15_r20/external/executorch/backends/vulkan/quantizer/
H A Dvulkan_quantizer.py85 def transform_for_annotation( member in VulkanQuantizer
/aosp_15_r20/external/executorch/backends/qualcomm/quantizer/
H A Dquantizer.py196 def transform_for_annotation(self, model: GraphModule) -> GraphModule: member in QnnQuantizer
/aosp_15_r20/external/executorch/backends/arm/quantizer/
H A Darm_quantizer.py316 def transform_for_annotation(self, model: GraphModule) -> GraphModule: member in ArmQuantizer