Searched defs:biasShape (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | FullyConnected.cpp | 49 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()
|
D | DepthwiseConv2D.cpp | 30 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()
|
D | TransposeConv2D.cpp | 116 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()
|
D | GroupedConv2D.cpp | 43 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()
|
D | Conv2D.cpp | 165 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()
|
D | QuantizedLSTM.cpp | 381 Shape biasShape; in eval() local
|
/frameworks/ml/nn/common/ |
D | OperationsUtils.cpp | 214 const Shape& biasShape, const Shape& outputShape, in GetQuantizedConvolutionMultipler()
|