Lines Matching refs:biasShape
116 const Shape& filterShape, const float* biasData, const Shape& biasShape, in transposeConvNhwc() argument
172 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in transposeConvNhwc() argument
199 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in transposeConvNhwc()
268 const _Float16* biasData, const Shape& biasShape, in transposeConvNhwc() argument
274 std::vector<float> biasData_float32(getNumberOfElements(biasShape)); in transposeConvNhwc()
282 biasData_float32.data(), biasShape, param, outputData_float32.data(), in transposeConvNhwc()
291 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in transposeConv() argument
299 filterShape, biasData, biasShape, param, output.getNhwcBuffer(), in transposeConv()
308 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannelNhwc() argument
336 Shape biasChannelShape = biasShape; in transposeConvQuant8PerChannelNhwc()
410 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannel() argument
418 biasData, biasShape, param, output.getNhwcBuffer(), output.getNhwcShape())); in transposeConvQuant8PerChannel()