Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DConv2D.cpp353 const float* filterScales, const int32_t* biasData, in convQuant8PerChannelNhwc()
446 const float* filterScales, const int32_t* biasData, in convQuant8PerChannelNhwc()
509 const Shape& filterShape, const float* filterScales, in convQuant8PerChannel()
DTransposeConv2D.cpp318 const float* filterScales, const int32_t* biasData, in transposeConvQuant8PerChannelNhwc()
421 const float* filterScales, const int32_t* biasData, in transposeConvQuant8PerChannel()
DDepthwiseConv2D.cpp276 const Shape& filterShape, const float* filterScales, const int32_t* biasData, in depthwiseConvQuant8PerChannelNhwc()
394 const float* filterScales, const int32_t* biasData, in depthwiseConvQuant8PerChannel()
DGroupedConv2D.cpp202 const float* filterScales, const int32_t* biasData, in groupedConvQuant8PerChannel()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp2098 float filterScales[2] = {0.5f, 1.0f}; in convOpTest() local
2236 float filterScales[2] = {0.5f, 1.0f}; in depthwiseConvOpTest() local
3318 float filterScales[2] = {0.5f, 1.0f}; in groupedConvOpTest() local
3394 float filterScales[2] = {0.5f, 1.0f}; in transposeConvOpTest() local