• Home
  • Raw
  • Download

Lines Matching refs:biasShape

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
179 std::vector<float> biasDataFloat32(getNumberOfElements(biasShape)); in depthwiseConvNhwc()
184 biasDataFloat32.data(), biasShape, paddingLeft, paddingRight, paddingTop, in depthwiseConvNhwc()
194 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in depthwiseConvNhwc() argument
210 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in depthwiseConvNhwc()
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()
279 const Shape& biasShape, int32_t paddingLeft, int32_t paddingRight, int32_t paddingTop, in depthwiseConvQuant8PerChannelNhwc() argument
310 Shape biasChannelShape = biasShape; in depthwiseConvQuant8PerChannelNhwc()
374 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in depthwiseConv() argument
385 filterShape, biasData, biasShape, paddingLeft, paddingRight, in depthwiseConv()
397 const Shape& biasShape, int32_t paddingLeft, in depthwiseConvQuant8PerChannel() argument
409 biasData, biasShape, paddingLeft, paddingRight, paddingTop, paddingBottom, strideWidth, in depthwiseConvQuant8PerChannel()