Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dmodel.cc1800 constexpr double kOptimizationPrecision = 100.0L; in OptimizeGradientDescent() local
1823 if (std::abs(output_time - new_output_time) < kOptimizationPrecision) { in OptimizeGradientDescent()