Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioningRandom.cpp358 bool randBool() { return randUInt(2) == 1; } in randBool() function in android::__anonc614c5800110::RandomPartitioningTest
690 [[maybe_unused]] const bool buildForward = randBool(); in TEST_P()