Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1575 const float perfVal = in findBestDeviceForEachOperation() local
1578 if (bestChoice < 0 || perfVal < bestPerfVal || in findBestDeviceForEachOperation()
1579 (perfVal == bestPerfVal && device == DeviceManager::getCpuDevice())) { in findBestDeviceForEachOperation()
1581 bestPerfVal = perfVal; in findBestDeviceForEachOperation()