Lines Matching refs:biasShape

194               const Shape& filterShape, const float* biasData, const Shape& biasShape,  in convNhwc()  argument
215 biasData, convertShapeToDims(biasShape), stride_width, stride_height, in convNhwc()
223 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in convNhwc() argument
242 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in convNhwc()
265 convertShapeToDims(biasShape), stride_width, stride_height, in convNhwc()
277 Shape filterShape, const int32_t* biasData, const Shape& biasShape, in convNhwc() argument
296 biasData, biasShape, padding_left, padding_right, padding_top, in convNhwc()
306 const Shape& filterShape, const _Float16* biasData, const Shape& biasShape, in convNhwc() argument
315 std::vector<float> biasData_float32(getNumberOfElements(biasShape)); in convNhwc()
323 biasData_float32.data(), biasShape, padding_left, padding_right, padding_top, in convNhwc()
333 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in conv() argument
343 biasData, biasShape, padding_left, padding_right, padding_top, in conv()
354 const Shape& biasShape, int32_t paddingLeft, int32_t paddingRight, in convQuant8PerChannelNhwc() argument
382 Shape biasChannelShape = biasShape; in convQuant8PerChannelNhwc()
447 const Shape& biasShape, int32_t paddingLeft, int32_t paddingRight, in convQuant8PerChannelNhwc() argument
475 Shape biasChannelShape = biasShape; in convQuant8PerChannelNhwc()
502 filterData, convertShapeToTflshape(biasShape), biasData, in convQuant8PerChannelNhwc()
510 const int32_t* biasData, const Shape& biasShape, int32_t paddingLeft, in convQuant8PerChannel() argument
521 biasData, biasShape, paddingLeft, paddingRight, paddingTop, paddingBottom, strideWidth, in convQuant8PerChannel()