Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DManager.h145 virtual Capabilities::PerformanceInfo getRelaxedFloat32toFloat16PerformanceTensor() const = 0;
DManager.cpp127 Capabilities::PerformanceInfo getRelaxedFloat32toFloat16PerformanceTensor() const override { in getRelaxedFloat32toFloat16PerformanceTensor() function in android::nn::DriverDevice
881 Capabilities::PerformanceInfo getRelaxedFloat32toFloat16PerformanceTensor() const override { in getRelaxedFloat32toFloat16PerformanceTensor() function in android::nn::CpuDevice
DExecutionPlan.cpp2457 return applyPreference(device->getRelaxedFloat32toFloat16PerformanceTensor()); in getPerformance()