Home
last modified time | relevance | path

Searched defs:filterScales (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DConv2D.cpp351 const float* filterScales, const int32_t* biasData, in convQuant8PerChannelNhwc()
444 const float* filterScales, const int32_t* biasData, in convQuant8PerChannelNhwc()
507 const Shape& filterShape, const float* filterScales, in convQuant8PerChannel()
DTransposeConv2D.cpp315 const float* filterScales, const int32_t* biasData, in transposeConvQuant8PerChannelNhwc()
418 const float* filterScales, const int32_t* biasData, in transposeConvQuant8PerChannel()
DDepthwiseConv2D.cpp274 const Shape& filterShape, const float* filterScales, const int32_t* biasData, in depthwiseConvQuant8PerChannelNhwc()
392 const float* filterScales, const int32_t* biasData, in depthwiseConvQuant8PerChannel()
DGroupedConv2D.cpp206 const float* filterScales, const int32_t* biasData, in groupedConvQuant8PerChannel()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp2136 float filterScales[2] = {0.5f, 1.0f}; in convOpTest() local
2274 float filterScales[2] = {0.5f, 1.0f}; in depthwiseConvOpTest() local
3356 float filterScales[2] = {0.5f, 1.0f}; in groupedConvOpTest() local
3432 float filterScales[2] = {0.5f, 1.0f}; in transposeConvOpTest() local