Lines Matching refs:biasShape
127 const Shape& filterShape, const float* biasData, const Shape& biasShape, in transposeConvNhwc() argument
184 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in transposeConvNhwc() argument
210 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in transposeConvNhwc()
279 const _Float16* biasData, const Shape& biasShape, in transposeConvNhwc() argument
285 std::vector<float> biasData_float32(getNumberOfElements(biasShape)); in transposeConvNhwc()
293 biasData_float32.data(), biasShape, param, outputData_float32.data(), in transposeConvNhwc()
302 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in transposeConv() argument
310 filterShape, biasData, biasShape, param, output.getNhwcBuffer(), in transposeConv()
320 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannelNhwc() argument
348 Shape biasChannelShape = biasShape; in transposeConvQuant8PerChannelNhwc()
423 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannel() argument
431 biasData, biasShape, param, output.getNhwcBuffer(), output.getNhwcShape())); in transposeConvQuant8PerChannel()