Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DFullyConnected.cpp126 static gemmlowp::GemmContext gemmContext; in fullyConnectedQuant8() local
131 gemmContext.set_max_num_threads(0); in fullyConnectedQuant8()
139 convertShapeToDims(outputShape), &gemmContext); in fullyConnectedQuant8()