Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DFullyConnected.cpp54 const float* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedFloat32()
84 const _Float16* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedFloat16()
105 const int32_t* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedQuant8()
146 const int32_t* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedQuant8()
DConv2D.cpp192 const Shape& filterShape, const float* biasData, const Shape& biasShape, in convNhwc()
221 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in convNhwc()
275 Shape filterShape, const int32_t* biasData, const Shape& biasShape, in convNhwc()
304 const Shape& filterShape, const _Float16* biasData, const Shape& biasShape, in convNhwc()
331 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in conv()
352 const Shape& biasShape, int32_t paddingLeft, int32_t /*paddingRight*/, in convQuant8PerChannelNhwc()
445 const Shape& biasShape, int32_t paddingLeft, int32_t /*paddingRight*/, in convQuant8PerChannelNhwc()
508 const int32_t* biasData, const Shape& biasShape, int32_t paddingLeft, in convQuant8PerChannel()
DDepthwiseConv2D.cpp130 const Shape& filterShape, const float* biasData, const Shape& biasShape, in depthwiseConvNhwc()
165 const _Float16* biasData, const Shape& biasShape, int32_t paddingLeft, in depthwiseConvNhwc()
190 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in depthwiseConvNhwc()
241 Shape filterShape, const int32_t* biasData, const Shape& biasShape, in depthwiseConvNhwc()
275 const Shape& biasShape, int32_t paddingLeft, int32_t /*paddingRight*/, int32_t paddingTop, in depthwiseConvQuant8PerChannelNhwc()
370 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in depthwiseConv()
393 const Shape& biasShape, int32_t paddingLeft, in depthwiseConvQuant8PerChannel()
DTransposeConv2D.cpp180 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in transposeConvNhwc()
275 const _Float16* biasData, const Shape& biasShape, in transposeConvNhwc()
298 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in transposeConv()
316 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannelNhwc()
419 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannel()
DGroupedConv2D.cpp109 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in groupedConvQuant8()
207 const Shape& biasShape, int32_t padding_left, in groupedConvQuant8PerChannel()
292 const _Float16* biasData, const Shape& biasShape, int32_t padding_left, in groupedConvFloat16()
DQuantizedLSTM.cpp387 Shape biasShape; in eval() local
/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp155 const Shape& biasShape, const Shape& outputShape, in GetQuantizedConvolutionMultiplier()