Home
last modified time | relevance | path

Searched refs:kTolerance (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp115 static constexpr double kTolerance = 1e-6; member
123 static constexpr double kTolerance = 1e-3; member
131 static constexpr double kTolerance = 0; member
139 static constexpr double kTolerance = 0; member
970 const double tolerance = TestTypeHelper<dataType>::kTolerance; in runTest()
/aosp12/frameworks/base/services/incremental/
H A DIncrementalService.cpp2953 static constexpr auto kTolerance = 500ms; in updateHealthStatus() local
2965 if (delta + kTolerance < blockedTimeout) { in updateHealthStatus()
2969 } else if (delta + kTolerance < unhealthyTimeout) { in updateHealthStatus()