Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciDriver.cpp175 static const PerformanceInfo kPerf = {.execTime = 1.0f, .powerUsage = 1.0f}; in getCapabilities_1_2() local
176 Capabilities capabilities = {.relaxedFloat32toFloat16PerformanceScalar = kPerf, in getCapabilities_1_2()
177 .relaxedFloat32toFloat16PerformanceTensor = kPerf, in getCapabilities_1_2()
178 .operandPerformance = nonExtensionOperandPerformance(kPerf)}; in getCapabilities_1_2()
/frameworks/ml/nn/runtime/test/
DTestCompilationCaching.cpp114 const PerformanceInfo kPerf = {.execTime = 0.1, .powerUsage = 0.1}; in getCapabilities_1_2() local
116 .relaxedFloat32toFloat16PerformanceScalar = kPerf, in getCapabilities_1_2()
117 .relaxedFloat32toFloat16PerformanceTensor = kPerf, in getCapabilities_1_2()
118 .operandPerformance = android::nn::nonExtensionOperandPerformance(kPerf)}; in getCapabilities_1_2()
DTestExecution.cpp163 const PerformanceInfo kPerf = {.execTime = 0.75f, .powerUsage = 0.75f}; in getCapabilities_1_2() local
165 .relaxedFloat32toFloat16PerformanceScalar = kPerf, in getCapabilities_1_2()
166 .relaxedFloat32toFloat16PerformanceTensor = kPerf, in getCapabilities_1_2()
167 .operandPerformance = nn::nonExtensionOperandPerformance(kPerf)}; in getCapabilities_1_2()
DTestIntrospectionControl.cpp439 const PerformanceInfo kPerf = {.execTime = 0.75f, .powerUsage = 0.75f}; in getCapabilities_1_2() local
441 .relaxedFloat32toFloat16PerformanceScalar = kPerf, in getCapabilities_1_2()
442 .relaxedFloat32toFloat16PerformanceTensor = kPerf, in getCapabilities_1_2()
443 .operandPerformance = nn::nonExtensionOperandPerformance(kPerf)}; in getCapabilities_1_2()
DTestPartitioningRandom.cpp556 const PerformanceInfo kPerf = {.execTime = 0.75f, .powerUsage = 0.75f}; in getCapabilities_1_2() local
558 .relaxedFloat32toFloat16PerformanceScalar = kPerf, in getCapabilities_1_2()
559 .relaxedFloat32toFloat16PerformanceTensor = kPerf, in getCapabilities_1_2()
560 .operandPerformance = nn::nonExtensionOperandPerformance(kPerf)}; in getCapabilities_1_2()