Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DActivation.cpp284 bool logisticQuant8Signed(const int8_t* inputData, const Shape& inputShape, int8_t* outputData, in logisticQuant8Signed() function
550 return logisticQuant8Signed(context->getInputBuffer<int8_t>(kInputTensor), in executeLogistic()