Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DFullyConnected.cpp49 const float* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedFloat32()
79 const _Float16* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedFloat16()
100 const int32_t* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedQuant8()
DDepthwiseConv2D.cpp30 const _Float16* biasData, const Shape& biasShape, int32_t paddingLeft, in depthwiseConvFloat16()
66 const Shape& filterShape, const float* biasData, const Shape& biasShape, in depthwiseConvFloat32()
100 const int32_t* biasData, const Shape& biasShape, int32_t paddingLeft, in depthwiseConvQuant8()
149 const Shape& biasShape, int32_t paddingLeft, in depthwiseConvQuant8PerChannel()
DTransposeConv2D.cpp116 const Shape& filterShape, const float* biasData, const Shape& biasShape, in transposeConvNhwc()
172 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in transposeConvNhwc()
268 const _Float16* biasData, const Shape& biasShape, in transposeConvNhwc()
291 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in transposeConv()
308 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannelNhwc()
410 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannel()
DGroupedConv2D.cpp43 const Shape& filterShape, const float* biasData, const Shape& biasShape, in groupedConvFloat32()
100 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in groupedConvQuant8()
179 const Shape& biasShape, int32_t padding_left, in groupedConvQuant8PerChannel()
264 const _Float16* biasData, const Shape& biasShape, int32_t padding_left, in groupedConvFloat16()
DConv2D.cpp165 const Shape& filterShape, const float* biasData, const Shape& biasShape, in convNhwc()
190 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in convNhwc()
237 const Shape& filterShape, const _Float16* biasData, const Shape& biasShape, in convNhwc()
264 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in conv()
285 const Shape& biasShape, int32_t paddingLeft, int32_t paddingRight, in convQuant8PerChannelNhwc()
378 const Shape& biasShape, int32_t paddingLeft, int32_t paddingRight, in convQuant8PerChannel()
DQuantizedLSTM.cpp381 Shape biasShape; in eval() local
/frameworks/ml/nn/common/
DOperationsUtils.cpp214 const Shape& biasShape, const Shape& outputShape, in GetQuantizedConvolutionMultipler()