Lines Matching refs:biasShape
132 const Shape& filterShape, const float* biasData, const Shape& biasShape, in depthwiseConvNhwc() argument
159 convertShapeToTflshape(biasShape), biasData, in depthwiseConvNhwc()
167 const _Float16* biasData, const Shape& biasShape, int32_t paddingLeft, in depthwiseConvNhwc() argument
177 std::vector<float> biasDataFloat32(getNumberOfElements(biasShape)); in depthwiseConvNhwc()
182 biasDataFloat32.data(), biasShape, paddingLeft, paddingRight, paddingTop, in depthwiseConvNhwc()
192 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in depthwiseConvNhwc() argument
208 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in depthwiseConvNhwc()
235 convertShapeToTflshape(biasShape), biasData, in depthwiseConvNhwc()
243 Shape filterShape, const int32_t* biasData, const Shape& biasShape, in depthwiseConvNhwc() argument
263 filterShape, biasData, biasShape, paddingLeft, paddingRight, in depthwiseConvNhwc()
277 const Shape& biasShape, int32_t paddingLeft, int32_t paddingRight, int32_t paddingTop, in depthwiseConvQuant8PerChannelNhwc() argument
308 Shape biasChannelShape = biasShape; in depthwiseConvQuant8PerChannelNhwc()
372 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in depthwiseConv() argument
383 filterShape, biasData, biasShape, paddingLeft, paddingRight, in depthwiseConv()
395 const Shape& biasShape, int32_t paddingLeft, in depthwiseConvQuant8PerChannel() argument
407 biasData, biasShape, paddingLeft, paddingRight, paddingTop, paddingBottom, strideWidth, in depthwiseConvQuant8PerChannel()