• Home
  • Raw
  • Download

Lines Matching refs:biasShape

195               const Shape& filterShape, const float* biasData, const Shape& biasShape,  in convNhwc()  argument
216 biasData, convertShapeToDims(biasShape), stride_width, stride_height, in convNhwc()
224 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in convNhwc() argument
243 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in convNhwc()
266 convertShapeToDims(biasShape), stride_width, stride_height, in convNhwc()
278 Shape filterShape, const int32_t* biasData, const Shape& biasShape, in convNhwc() argument
297 biasData, biasShape, padding_left, padding_right, padding_top, in convNhwc()
307 const Shape& filterShape, const _Float16* biasData, const Shape& biasShape, in convNhwc() argument
316 std::vector<float> biasData_float32(getNumberOfElements(biasShape)); in convNhwc()
324 biasData_float32.data(), biasShape, padding_left, padding_right, padding_top, in convNhwc()
334 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in conv() argument
344 biasData, biasShape, padding_left, padding_right, padding_top, in conv()
355 const Shape& biasShape, int32_t paddingLeft, int32_t paddingRight, in convQuant8PerChannelNhwc() argument
383 Shape biasChannelShape = biasShape; in convQuant8PerChannelNhwc()
448 const Shape& biasShape, int32_t paddingLeft, int32_t paddingRight, in convQuant8PerChannelNhwc() argument
476 Shape biasChannelShape = biasShape; in convQuant8PerChannelNhwc()
503 filterData, convertShapeToTflshape(biasShape), biasData, in convQuant8PerChannelNhwc()
511 const int32_t* biasData, const Shape& biasShape, int32_t paddingLeft, in convQuant8PerChannel() argument
522 biasData, biasShape, paddingLeft, paddingRight, paddingTop, paddingBottom, strideWidth, in convQuant8PerChannel()