Home
last modified time | relevance | path

Searched refs:quantize_param_wrapper (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/aot/python/
H A DPyQnnWrapperAdaptor.cpp24 std::unique_ptr<QuantizeParamsWrapper> quantize_param_wrapper; in CreateQuantizationParamWrapper() local
26 quantize_param_wrapper = std::make_unique<UndefinedQuantizeParamsWrapper>(); in CreateQuantizationParamWrapper()
32 quantize_param_wrapper = in CreateQuantizationParamWrapper()
47 quantize_param_wrapper = in CreateQuantizationParamWrapper()
54 quantize_param_wrapper = in CreateQuantizationParamWrapper()
60 quantize_param_wrapper = in CreateQuantizationParamWrapper()
66 return quantize_param_wrapper; in CreateQuantizationParamWrapper()
79 std::unique_ptr<QuantizeParamsWrapper> quantize_param_wrapper = in CreateTensorWrapper() local
87 std::move(quantize_param_wrapper), in CreateTensorWrapper()
98 std::move(quantize_param_wrapper), in CreateTensorWrapper()
/aosp_15_r20/external/executorch/backends/qualcomm/aot/wrappers/
H A DQuantizeParamsWrapper.cpp15 std::unique_ptr<QuantizeParamsWrapper> quantize_param_wrapper; in CreateQuantizationParamWrapper() local
19 quantize_param_wrapper = std::make_unique<UndefinedQuantizeParamsWrapper>(); in CreateQuantizationParamWrapper()
27 quantize_param_wrapper = in CreateQuantizationParamWrapper()
42 quantize_param_wrapper = in CreateQuantizationParamWrapper()
52 quantize_param_wrapper = in CreateQuantizationParamWrapper()
60 quantize_param_wrapper = std::make_unique<ScaleOffsetQuantizeParamsWrapper>( in CreateQuantizationParamWrapper()
69 return quantize_param_wrapper; in CreateQuantizationParamWrapper()
H A DTensorWrapper.cpp69 std::unique_ptr<QuantizeParamsWrapper> quantize_param_wrapper, in TensorWrapper() argument
76 quantize_param_wrapper_(std::move(quantize_param_wrapper)), in TensorWrapper()
164 std::unique_ptr<QuantizeParamsWrapper> quantize_param_wrapper, in CreateTensorWrapper() argument
178 std::move(quantize_param_wrapper), in CreateTensorWrapper()
189 std::unique_ptr<QuantizeParamsWrapper> quantize_param_wrapper, in CreateTensorWrapper() argument
199 std::move(quantize_param_wrapper), in CreateTensorWrapper()
H A DTensorWrapper.h120 std::unique_ptr<QuantizeParamsWrapper> quantize_param_wrapper,
131 std::unique_ptr<QuantizeParamsWrapper> quantize_param_wrapper,
H A DOpWrapper.h68 std::unique_ptr<QuantizeParamsWrapper> quantize_param_wrapper = variable
74 std::move(quantize_param_wrapper),