Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperations.h70 bool depthwiseConvQuant8PerChannel(const uint8_t* inputData, const Shape& inputShape,
/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp146 bool depthwiseConvQuant8PerChannel(const uint8_t* inputData, const Shape& inputShape, in depthwiseConvQuant8PerChannel() function
/frameworks/ml/nn/common/
DCpuExecutor.cpp850 success = depthwiseConvQuant8PerChannel( in executeOperation()