Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DFullyConnected.cpp57 const float* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedFloat32()
87 const _Float16* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedFloat16()
108 const int32_t* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedQuant8()
149 const int32_t* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedQuant8()
DConv2D.cpp178 const Shape& filterShape, const float* biasData, const Shape& biasShape, in convNhwc()
203 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in convNhwc()
252 Shape filterShape, const int32_t* biasData, const Shape& biasShape, in convNhwc()
281 const Shape& filterShape, const _Float16* biasData, const Shape& biasShape, in convNhwc()
308 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in conv()
329 const Shape& biasShape, int32_t paddingLeft, int32_t paddingRight, in convQuant8PerChannelNhwc()
422 const Shape& biasShape, int32_t paddingLeft, int32_t paddingRight, in convQuant8PerChannelNhwc()
485 const int32_t* biasData, const Shape& biasShape, int32_t paddingLeft, in convQuant8PerChannel()
DTransposeConv2D.cpp126 const Shape& filterShape, const float* biasData, const Shape& biasShape, in transposeConvNhwc()
183 const Shape& filterShape, const int32_t* biasData, const Shape& biasShape, in transposeConvNhwc()
278 const _Float16* biasData, const Shape& biasShape, in transposeConvNhwc()
301 const Shape& filterShape, const T_Bias* biasData, const Shape& biasShape, in transposeConv()
319 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannelNhwc()
422 const Shape& biasShape, const TransposeConv2dParam& param, in transposeConvQuant8PerChannel()
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.cpp386 Shape biasShape; in eval() local
/frameworks/ml/nn/common/
DOperationsUtils.cpp259 const Shape& biasShape, const Shape& outputShape, in GetQuantizedConvolutionMultipler()