Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/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>(
/packages/modules/NeuralNetworks/common/include/
DOperations.h171 bool groupedConvQuant8PerChannel(const T* inputData, const Shape& inputShape,
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1548 success = groupedConvQuant8PerChannel( in executeOperation()
1568 success = groupedConvQuant8PerChannel( in executeOperation()