Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DManager.h100 virtual hal::PerformanceInfo getRelaxedFloat32toFloat16PerformanceTensor() const = 0;
DManager.cpp81 PerformanceInfo getRelaxedFloat32toFloat16PerformanceTensor() const override { in getRelaxedFloat32toFloat16PerformanceTensor() function in android::nn::DriverDevice
568 PerformanceInfo getRelaxedFloat32toFloat16PerformanceTensor() const override { in getRelaxedFloat32toFloat16PerformanceTensor() function in android::nn::CpuDevice
DExecutionPlan.cpp1909 return applyPreference(device->getRelaxedFloat32toFloat16PerformanceTensor()); in getPerformance()