Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DFullyConnected.cpp103 bool fullyConnectedQuant8(const uint8_t* inputData, const Shape& inputShape, in fullyConnectedQuant8() function
144 bool fullyConnectedQuant8(const int8_t* inputData, const Shape& inputShape, in fullyConnectedQuant8() function
216 return fullyConnectedQuant8(context->getInputBuffer<uint8_t>(kInputTensor), in execute()
226 return fullyConnectedQuant8(context->getInputBuffer<int8_t>(kInputTensor), in execute()