Home
last modified time | relevance | path

Searched refs:get_input_quantization_offset (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/python/pyarmnn/examples/speech_recognition/
H A Drun_audio_file.py82 network.get_input_quantization_offset(0), preprocessor)
/aosp_15_r20/external/armnn/python/pyarmnn/examples/keyword_spotting/
H A Drun_audio_classification.py73 network.get_input_quantization_offset(0), preprocessor)
/aosp_15_r20/external/armnn/python/pyarmnn/examples/common/
H A Dnetwork_executor.py126 def get_input_quantization_offset(self, idx): member in ArmnnNetworkExecutor