Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DGroupedConv2D.cpp200 bool groupedConvQuant8PerChannel(const T* inputData, const Shape& inputShape, in groupedConvQuant8PerChannel() function
311 template bool groupedConvQuant8PerChannel<uint8_t>(
318 template bool groupedConvQuant8PerChannel<int8_t>(
/frameworks/ml/nn/common/include/
DOperations.h167 bool groupedConvQuant8PerChannel(const T* inputData, const Shape& inputShape,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1604 success = groupedConvQuant8PerChannel( in executeOperation()
1623 success = groupedConvQuant8PerChannel( in executeOperation()