Searched refs:nonExtensionOperandPerformance (Results 1 – 13 of 13) sorted by relevance
/packages/modules/NeuralNetworks/driver/sample_aidl/ |
D | SampleDriverAidlFull.cpp | 40 .operandPerformance = nonExtensionOperandPerformance(mPerf), in getCapabilities()
|
/packages/modules/NeuralNetworks/driver/sample_hidl/ |
D | SampleDriverFull.cpp | 36 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>(mPerf), in getCapabilities_1_3()
|
D | SampleDriverFloatXNNPACK.cpp | 1942 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>({1.0f, 1.0f}), in getCapabilities_1_3()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | HalUtils.h | 38 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>(perfInfo), in makeCapabilities()
|
D | TestMemoryDomain.cpp | 100 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
|
D | TestCompilationCaching.cpp | 172 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
|
D | TestExecution.cpp | 344 nn::nonExtensionOperandPerformance<nn::HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
|
D | TestPartitioningRandom.cpp | 564 .operandPerformance = nn::nonExtensionOperandPerformance<HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
|
D | TestIntrospectionControl.cpp | 133 nn::nonExtensionOperandPerformance<nn::HalVersion::V1_3>(perfInfo), in DeviceSpecification()
|
D | TestPartitioning.cpp | 1056 ::android::nn::nonExtensionOperandPerformance<HalVersion::V1_3>(
|
/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/ |
D | FibonacciDriver.cpp | 181 .operandPerformance = nonExtensionOperandPerformance<HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
|
/packages/modules/NeuralNetworks/common/ |
D | LegacyHalUtils.cpp | 237 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/ |
D | LegacyHalUtils.h | 91 hardware::hidl_vec<VersionedOperandPerformance<version>> nonExtensionOperandPerformance(
|