Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DGroupedConv2D.cpp204 bool groupedConvQuant8PerChannel(const T* inputData, const Shape& inputShape, in groupedConvQuant8PerChannel() function
316 template bool groupedConvQuant8PerChannel<uint8_t>(
323 template bool groupedConvQuant8PerChannel<int8_t>(
/packages/modules/NeuralNetworks/common/include/
DOperations.h154 bool groupedConvQuant8PerChannel(const T* inputData, const Shape& inputShape,
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1549 success = groupedConvQuant8PerChannel( in executeOperation()
1569 success = groupedConvQuant8PerChannel( in executeOperation()