Home
last modified time | relevance | path

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

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