Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp148 const float* filterScales, const int32_t* biasData, in depthwiseConvQuant8PerChannel() argument
181 filterChannelShape.scale = filterScales[i]; in depthwiseConvQuant8PerChannel()
183 biasChannelShape.scale = filterScales[i] * inputShape.scale; in depthwiseConvQuant8PerChannel()
DGroupedConv2D.cpp178 const float* filterScales, const int32_t* biasData, in groupedConvQuant8PerChannel() argument
196 filterChannelShape.scale = filterScales[i]; in groupedConvQuant8PerChannel()
198 biasChannelShape.scale = filterScales[i] * inputShape.scale; in groupedConvQuant8PerChannel()
DTransposeConv2D.cpp307 const float* filterScales, const int32_t* biasData, in transposeConvQuant8PerChannelNhwc() argument
335 filterChannelShape.scale = filterScales[i]; in transposeConvQuant8PerChannelNhwc()
337 biasChannelShape.scale = filterScales[i] * inputShape.scale; in transposeConvQuant8PerChannelNhwc()
409 const float* filterScales, const int32_t* biasData, in transposeConvQuant8PerChannel() argument
417 input.getNhwcBuffer(), input.getNhwcShape(), filterData, filterShape, filterScales, in transposeConvQuant8PerChannel()
DConv2D.cpp284 const float* filterScales, const int32_t* biasData, in convQuant8PerChannelNhwc() argument
312 filterChannelShape.scale = filterScales[i]; in convQuant8PerChannelNhwc()
314 biasChannelShape.scale = filterScales[i] * inputShape.scale; in convQuant8PerChannelNhwc()
377 const float* filterScales, const int32_t* biasData, in convQuant8PerChannel() argument
388 input.getNhwcBuffer(), input.getNhwcShape(), filterData, filterShape, filterScales, in convQuant8PerChannel()
/frameworks/ml/nn/common/include/
DOperations.h72 const float* filterScales, const int32_t* biasData,
164 const float* filterScales, const int32_t* biasData,
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp1229 float filterScales[2] = {0.5f, 1.0f}; in convOpTest() local
1234 .scales = filterScales, in convOpTest()
1352 float filterScales[2] = {0.5f, 1.0f}; in depthwiseConvOpTest() local
1357 .scales = filterScales, in depthwiseConvOpTest()
2376 float filterScales[2] = {0.5f, 1.0f}; in groupedConvOpTest() local
2382 .scales = filterScales, in groupedConvOpTest()
2441 float filterScales[2] = {0.5f, 1.0f}; in transposeConvOpTest() local
2445 .scales = filterScales, in transposeConvOpTest()