Home
last modified time | relevance | path

Searched refs:getIfPerformance (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DManager.h144 virtual Capabilities::PerformanceInfo getIfPerformance() const = 0;
H A DManager.cpp90 Capabilities::PerformanceInfo getIfPerformance() const override { in getIfPerformance() function in android::nn::DriverDevice
855 Capabilities::PerformanceInfo getIfPerformance() const override { return kPerformance; } in getIfPerformance() function in android::nn::CpuDevice
H A DExecutionPlan.cpp2376 return applyPreference(device->getIfPerformance()) + in getPerformance()