Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp342 bool randBool() { return randUInt(2) == 1; } in randBool() function in android::__anonbe695bce0111::RandomPartitioningTest
769 [[maybe_unused]] const bool buildForward = randBool(); in TEST_P()