Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DFullyConnected.cpp50 static std::mutex executionMutex; variable
129 std::unique_lock<std::mutex> lock(executionMutex); in fullyConnectedQuant8()
DTransposeConv2D.cpp52 std::mutex executionMutex; variable
217 std::unique_lock<std::mutex> lock(executionMutex); in transposeConvNhwc()
359 std::unique_lock<std::mutex> lock(executionMutex); in transposeConvQuant8PerChannelNhwc()
DConv2D.cpp59 std::mutex executionMutex; variable
205 std::unique_lock<std::mutex> lock(executionMutex); in convNhwc()
252 std::unique_lock<std::mutex> lock(executionMutex); in convNhwc()