Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciDriver.cpp178 static const PerformanceInfo kPerf = {.execTime = 1.0f, .powerUsage = 1.0f}; in getCapabilities_1_3() local
180 .relaxedFloat32toFloat16PerformanceScalar = kPerf, in getCapabilities_1_3()
181 .relaxedFloat32toFloat16PerformanceTensor = kPerf, in getCapabilities_1_3()
182 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
183 .ifPerformance = kPerf, in getCapabilities_1_3()
184 .whilePerformance = kPerf}; in getCapabilities_1_3()
/frameworks/ml/nn/runtime/test/
DTestMemoryDomain.cpp85 const PerformanceInfo kPerf = {.execTime = 0.1, .powerUsage = 0.1}; in getCapabilities_1_3() local
87 .relaxedFloat32toFloat16PerformanceScalar = kPerf, in getCapabilities_1_3()
88 .relaxedFloat32toFloat16PerformanceTensor = kPerf, in getCapabilities_1_3()
89 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
90 .ifPerformance = kPerf, in getCapabilities_1_3()
91 .whilePerformance = kPerf}; in getCapabilities_1_3()
DTestCompilationCaching.cpp161 const PerformanceInfo kPerf = {.execTime = 0.1, .powerUsage = 0.1}; in getCapabilities_1_3() local
163 .relaxedFloat32toFloat16PerformanceScalar = kPerf, in getCapabilities_1_3()
164 .relaxedFloat32toFloat16PerformanceTensor = kPerf, in getCapabilities_1_3()
165 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
166 .ifPerformance = kPerf, in getCapabilities_1_3()
167 .whilePerformance = kPerf}; in getCapabilities_1_3()
DTestExecution.cpp310 const PerformanceInfo kPerf = {.execTime = 0.75f, .powerUsage = 0.75f}; in getCapabilities_1_3() local
312 .relaxedFloat32toFloat16PerformanceScalar = kPerf, in getCapabilities_1_3()
313 .relaxedFloat32toFloat16PerformanceTensor = kPerf, in getCapabilities_1_3()
315 nn::nonExtensionOperandPerformance<nn::HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
316 .ifPerformance = kPerf, in getCapabilities_1_3()
317 .whilePerformance = kPerf}; in getCapabilities_1_3()
DTestPartitioningRandom.cpp545 const PerformanceInfo kPerf = {.execTime = 0.75f, .powerUsage = 0.75f}; in getCapabilities_1_3() local
547 .relaxedFloat32toFloat16PerformanceScalar = kPerf, in getCapabilities_1_3()
548 .relaxedFloat32toFloat16PerformanceTensor = kPerf, in getCapabilities_1_3()
549 .operandPerformance = nn::nonExtensionOperandPerformance<HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
550 .ifPerformance = kPerf, in getCapabilities_1_3()
551 .whilePerformance = kPerf}; in getCapabilities_1_3()
DTestIntrospectionControl.cpp661 const PerformanceInfo kPerf = {.execTime = 0.75f, .powerUsage = 0.75f}; in getCapabilities_1_3() local
663 .relaxedFloat32toFloat16PerformanceScalar = kPerf, in getCapabilities_1_3()
664 .relaxedFloat32toFloat16PerformanceTensor = kPerf, in getCapabilities_1_3()
666 nn::nonExtensionOperandPerformance<nn::HalVersion::V1_3>(kPerf)}; in getCapabilities_1_3()