Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp949 float bestPerfVal = 0.0; // Do not check bestPerfVal if bestChoice < 0. in findBestDeviceForEachOperation() local
957 if (bestChoice < 0 || perfVal < bestPerfVal) { in findBestDeviceForEachOperation()
959 bestPerfVal = perfVal; in findBestDeviceForEachOperation()
982 if (bestChoice < 0 || bestPerfVal >= 1.0) { in findBestDeviceForEachOperation()