Lines Matching refs:biasData
134 const Shape& filterShape, const float* biasData, const Shape& biasShape, in depthwiseConvNhwc() argument
161 convertShapeToTflshape(biasShape), biasData, in depthwiseConvNhwc()
169 const _Float16* biasData, const Shape& biasShape, int32_t paddingLeft, in depthwiseConvNhwc() argument
180 convertFloat16ToFloat32(biasData, &biasDataFloat32); in depthwiseConvNhwc()
194 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in depthwiseConvNhwc() argument
237 convertShapeToTflshape(biasShape), biasData, in depthwiseConvNhwc()
245 Shape filterShape, const int32_t* biasData, const Shape& biasShape, in depthwiseConvNhwc() argument
265 filterShape, biasData, biasShape, paddingLeft, paddingRight, in depthwiseConvNhwc()
278 const Shape& filterShape, const float* filterScales, const int32_t* biasData, in depthwiseConvQuant8PerChannelNhwc() argument
355 sum += biasData[oc]; in depthwiseConvQuant8PerChannelNhwc()
374 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in depthwiseConv() argument
385 filterShape, biasData, biasShape, paddingLeft, paddingRight, in depthwiseConv()
396 const float* filterScales, const int32_t* biasData, in depthwiseConvQuant8PerChannel() argument
409 biasData, biasShape, paddingLeft, paddingRight, paddingTop, paddingBottom, strideWidth, in depthwiseConvQuant8PerChannel()