Home
last modified time | relevance | path

Searched defs:biasShape (Results 1 – 7 of 7) sorted by relevance

/packages/modules/NeuralNetworks/common/operations/
DFullyConnected.cpp58 const float* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedFloat32()
88 const _Float16* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedFloat16()
109 const int32_t* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedQuant8()
150 const int32_t* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedQuant8()
DConv2D.cpp195 const Shape& filterShape, const float* biasData, const Shape& biasShape, in convNhwc()
224 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in convNhwc()
278 Shape filterShape, const int32_t* biasData, const Shape& biasShape, in convNhwc()
307 const Shape& filterShape, const _Float16* biasData, const Shape& biasShape, in convNhwc()
334 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in conv()
355 const Shape& biasShape, int32_t paddingLeft, int32_t paddingRight, in convQuant8PerChannelNhwc()
448 const Shape& biasShape, int32_t paddingLeft, int32_t paddingRight, in convQuant8PerChannelNhwc()
511 const int32_t* biasData, const Shape& biasShape, int32_t paddingLeft, in convQuant8PerChannel()
DTransposeConv2D.cpp127 const Shape& filterShape, const float* biasData, const Shape& biasShape, in transposeConvNhwc()
184 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in transposeConvNhwc()
279 const _Float16* biasData, const Shape& biasShape, in transposeConvNhwc()
302 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in transposeConv()
320 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannelNhwc()
423 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannel()
DDepthwiseConv2D.cpp134 const Shape& filterShape, const float* biasData, const Shape& biasShape, in depthwiseConvNhwc()
169 const _Float16* biasData, const Shape& biasShape, int32_t paddingLeft, in depthwiseConvNhwc()
194 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in depthwiseConvNhwc()
245 Shape filterShape, const int32_t* biasData, const Shape& biasShape, in depthwiseConvNhwc()
279 const Shape& biasShape, int32_t paddingLeft, int32_t paddingRight, int32_t paddingTop, in depthwiseConvQuant8PerChannelNhwc()
374 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in depthwiseConv()
397 const Shape& biasShape, int32_t paddingLeft, in depthwiseConvQuant8PerChannel()
DGroupedConv2D.cpp47 const Shape& filterShape, const float* biasData, const Shape& biasShape, in groupedConvFloat32()
105 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in groupedConvQuant8()
203 const Shape& biasShape, int32_t padding_left, in groupedConvQuant8PerChannel()
287 const _Float16* biasData, const Shape& biasShape, int32_t padding_left, in groupedConvFloat16()
DQuantizedLSTM.cpp383 Shape biasShape; in eval() local
/packages/modules/NeuralNetworks/common/
DOperationsUtils.cpp257 const Shape& biasShape, const Shape& outputShape, in GetQuantizedConvolutionMultipler()