Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime.cpp107 std::vector<int32_t> zeroPointVector(zeroPoints, zeroPoints + quantNum); in OH_NNQuantParam_SetZeroPoints() local
108 quantParamImpl->SetZeroPoints(zeroPointVector); in OH_NNQuantParam_SetZeroPoints()