Home
last modified time | relevance | path

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

/frameworks/ml/nn/driver/sample/
DSampleDriverFull.cpp34 .operandPerformance = nonExtensionOperandPerformance(mPerf)}; in getCapabilities_1_2()
DSampleDriverQuant.cpp48 .operandPerformance = nonExtensionOperandPerformance({50.0f, 1.0f})}; in getCapabilities_1_2()
DSampleDriverFloatFast.cpp48 .operandPerformance = nonExtensionOperandPerformance({1.0f, 1.0f})}; in getCapabilities_1_2()
DSampleDriverFloatSlow.cpp48 .operandPerformance = nonExtensionOperandPerformance({1.0f, 1.0f})}; in getCapabilities_1_2()
DSampleDriverMinimal.cpp49 .operandPerformance = nonExtensionOperandPerformance({1.0f, 1.0f})}; in getCapabilities_1_2()
/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciDriver.cpp178 .operandPerformance = nonExtensionOperandPerformance(kPerf)}; in getCapabilities_1_2()
/frameworks/ml/nn/common/include/
DUtils.h163 hidl_vec<Capabilities::OperandPerformance> nonExtensionOperandPerformance(PerformanceInfo perf);
/frameworks/ml/nn/runtime/test/
DTestCompilationCaching.cpp118 .operandPerformance = android::nn::nonExtensionOperandPerformance(kPerf)}; in getCapabilities_1_2()
DTestIntrospectionControl.cpp114 .operandPerformance = nn::nonExtensionOperandPerformance(perfInfo)}; in DeviceSpecification()
443 .operandPerformance = nn::nonExtensionOperandPerformance(kPerf)}; in getCapabilities_1_2()
DTestExecution.cpp167 .operandPerformance = nn::nonExtensionOperandPerformance(kPerf)}; in getCapabilities_1_2()
DTestPartitioning.cpp162 .operandPerformance = ::android::nn::nonExtensionOperandPerformance(perfInfo)}; in makeCapabilities()
730 .operandPerformance = ::android::nn::nonExtensionOperandPerformance( in DeviceSpecification()
DTestPartitioningRandom.cpp560 .operandPerformance = nn::nonExtensionOperandPerformance(kPerf)}; in getCapabilities_1_2()
/frameworks/ml/nn/common/
DUtils.cpp1800 hidl_vec<Capabilities::OperandPerformance> nonExtensionOperandPerformance(PerformanceInfo perf) { in nonExtensionOperandPerformance() function