Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverAidlFull.cpp40 .operandPerformance = nonExtensionOperandPerformance(mPerf), in getCapabilities()
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFull.cpp36 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>(mPerf), in getCapabilities_1_3()
DSampleDriverFloatXNNPACK.cpp1942 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>({1.0f, 1.0f}), in getCapabilities_1_3()
/packages/modules/NeuralNetworks/runtime/test/
DHalUtils.h38 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>(perfInfo), in makeCapabilities()
DTestMemoryDomain.cpp100 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
DTestCompilationCaching.cpp172 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
DTestExecution.cpp344 nn::nonExtensionOperandPerformance<nn::HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
DTestPartitioningRandom.cpp564 .operandPerformance = nn::nonExtensionOperandPerformance<HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
DTestIntrospectionControl.cpp133 nn::nonExtensionOperandPerformance<nn::HalVersion::V1_3>(perfInfo), in DeviceSpecification()
DTestPartitioning.cpp1056 ::android::nn::nonExtensionOperandPerformance<HalVersion::V1_3>(
/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/
DFibonacciDriver.cpp181 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp237 hardware::hidl_vec<VersionedOperandPerformance<version>> nonExtensionOperandPerformance( in nonExtensionOperandPerformance() function
258 nonExtensionOperandPerformance<HalVersion::V1_2>(V1_0::PerformanceInfo perf);
260 nonExtensionOperandPerformance<HalVersion::V1_3>(V1_0::PerformanceInfo perf);
/packages/modules/NeuralNetworks/common/include/
DLegacyHalUtils.h91 hardware::hidl_vec<VersionedOperandPerformance<version>> nonExtensionOperandPerformance(