Searched defs:biasShape (Results 1 – 4 of 4) sorted by relevance
| /frameworks/ml/nn/common/operations/ |
| D | FullyConnected.cpp | 33 const float* biasData, const Shape& biasShape, in fullyConnectedFloat32() 64 const int32_t* biasData, const Shape& biasShape, in fullyConnectedQuant8()
|
| D | DepthwiseConv2D.cpp | 39 const float* biasData, const Shape& biasShape, in depthwiseConvFloat32() 67 const int32_t* biasData, const Shape& biasShape, in depthwiseConvQuant8()
|
| D | Conv2D.cpp | 81 const float* biasData, const Shape& biasShape, in convFloat32() 109 const int32_t* biasData, const Shape& biasShape, in convQuant8()
|
| /frameworks/ml/nn/common/ |
| D | OperationsUtils.cpp | 112 const Shape& biasShape, in GetQuantizedConvolutionMultipler()
|