Lines Matching refs:biasShape
47 const Shape& filterShape, const float* biasData, const Shape& biasShape, in groupedConvFloat32() argument
105 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in groupedConvQuant8() argument
120 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in groupedConvQuant8()
183 const int32_t* biasData, const Shape& biasShape,
192 const int32_t* biasData, const Shape& biasShape,
203 const Shape& biasShape, int32_t padding_left, in groupedConvQuant8PerChannel() argument
220 Shape biasChannelShape = biasShape; in groupedConvQuant8PerChannel()
287 const _Float16* biasData, const Shape& biasShape, int32_t padding_left, in groupedConvFloat16() argument
295 std::vector<float> biasData_float32(getNumberOfElements(biasShape)); in groupedConvFloat16()
303 biasData_float32.data(), biasShape, padding_left, padding_right, padding_top, in groupedConvFloat16()
314 const Shape& biasShape, int32_t padding_left, int32_t padding_right, int32_t padding_top,
321 const Shape& biasShape, int32_t padding_left, int32_t padding_right, int32_t padding_top,