Searched refs:quantize_param_wrapper (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/executorch/backends/qualcomm/aot/python/ |
H A D | PyQnnWrapperAdaptor.cpp | 24 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 D | QuantizeParamsWrapper.cpp | 15 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 D | TensorWrapper.cpp | 69 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 D | TensorWrapper.h | 120 std::unique_ptr<QuantizeParamsWrapper> quantize_param_wrapper, 131 std::unique_ptr<QuantizeParamsWrapper> quantize_param_wrapper,
|
H A D | OpWrapper.h | 68 std::unique_ptr<QuantizeParamsWrapper> quantize_param_wrapper = variable 74 std::move(quantize_param_wrapper),
|