Home
last modified time | relevance | path

Searched refs:depthwiseConvQuant8 (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/include/
DOperations.h63 bool depthwiseConvQuant8(const uint8_t* inputData, const Shape& inputShape,
/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp98 bool depthwiseConvQuant8(const uint8_t* inputData, const Shape& inputShape, in depthwiseConvQuant8() function
/frameworks/ml/nn/common/
DCpuExecutor.cpp860 success = depthwiseConvQuant8( in executeOperation()