Lines Matching refs:biasShape
126 const Shape& filterShape, const float* biasData, const Shape& biasShape, in transposeConvNhwc() argument
183 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in transposeConvNhwc() argument
209 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in transposeConvNhwc()
278 const _Float16* biasData, const Shape& biasShape, in transposeConvNhwc() argument
284 std::vector<float> biasData_float32(getNumberOfElements(biasShape)); in transposeConvNhwc()
292 biasData_float32.data(), biasShape, param, outputData_float32.data(), in transposeConvNhwc()
301 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in transposeConv() argument
309 filterShape, biasData, biasShape, param, output.getNhwcBuffer(), in transposeConv()
319 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannelNhwc() argument
347 Shape biasChannelShape = biasShape; in transposeConvQuant8PerChannelNhwc()
422 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannel() argument
430 biasData, biasShape, param, output.getNhwcBuffer(), output.getNhwcShape())); in transposeConvQuant8PerChannel()