Lines Matching refs:biasData
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
178 convertFloat16ToFloat32(biasData, &biasDataFloat32); in depthwiseConvNhwc()
192 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in depthwiseConvNhwc() argument
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()
276 const Shape& filterShape, const float* filterScales, const int32_t* biasData, in depthwiseConvQuant8PerChannelNhwc() argument
353 sum += biasData[oc]; in depthwiseConvQuant8PerChannelNhwc()
372 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in depthwiseConv() argument
383 filterShape, biasData, biasShape, paddingLeft, paddingRight, in depthwiseConv()
394 const float* filterScales, const int32_t* biasData, in depthwiseConvQuant8PerChannel() argument
407 biasData, biasShape, paddingLeft, paddingRight, paddingTop, paddingBottom, strideWidth, in depthwiseConvQuant8PerChannel()