Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DFullyConnected.cpp130 static gemmlowp::GemmContext gemmContext; in fullyConnectedQuant8() local
135 gemmContext.set_max_num_threads(0); in fullyConnectedQuant8()
143 convertShapeToDims(outputShape), &gemmContext); in fullyConnectedQuant8()