Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1869 auto applyPreference = [preference](const PerformanceInfo& perf) { in getPerformance() local
1881 return applyPreference(device->getIfPerformance()) + in getPerformance()
1892 return applyPreference(device->getWhilePerformance()) + in getPerformance()
1904 return applyPreference(device->getRelaxedFloat32toFloat16PerformanceScalar()); in getPerformance()
1909 return applyPreference(device->getRelaxedFloat32toFloat16PerformanceTensor()); in getPerformance()
1916 return applyPreference(device->getPerformance(operandType)); in getPerformance()