Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DFullyConnected.cpp33 const float* biasData, const Shape& biasShape, in fullyConnectedFloat32()
64 const int32_t* biasData, const Shape& biasShape, in fullyConnectedQuant8()
DDepthwiseConv2D.cpp39 const float* biasData, const Shape& biasShape, in depthwiseConvFloat32()
67 const int32_t* biasData, const Shape& biasShape, in depthwiseConvQuant8()
DConv2D.cpp81 const float* biasData, const Shape& biasShape, in convFloat32()
109 const int32_t* biasData, const Shape& biasShape, in convQuant8()
/frameworks/ml/nn/common/
DOperationsUtils.cpp112 const Shape& biasShape, in GetQuantizedConvolutionMultipler()