Home
last modified time | relevance | path

Searched defs:quantParamImpl (Results 1 – 2 of 2) sorted by relevance

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dneural_network_runtime.cpp52 auto* quantParamImpl = new (std::nothrow) QuantParams(); in OH_NNQuantParam_Create() local
78 auto* quantParamImpl = reinterpret_cast<QuantParams*>(quantParams); in OH_NNQuantParam_SetScales() local
104 auto* quantParamImpl = reinterpret_cast<QuantParams*>(quantParams); in OH_NNQuantParam_SetZeroPoints() local
128 auto* quantParamImpl = reinterpret_cast<QuantParams*>(quantParams); in OH_NNQuantParam_SetNumBits() local
147 auto* quantParamImpl = reinterpret_cast<QuantParams*>(*quantParams); in OH_NNQuantParam_Destroy() local
Dnn_tensor.cpp207 …const auto* quantParamImpl = reinterpret_cast<const OHOS::NeuralNetworkRuntime::QuantParams*>(quan… in SetQuantParam() local