Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGeneratorUtils.h290 float nextLower = std::nextafter(static_cast<float>(lower), std::numeric_limits<float>::max()); in getUniform() local
291 std::uniform_real_distribution<float> dis(nextLower, upper); in getUniform()