Searched refs:randFrac (Results 1 – 1 of 1) sorted by relevance
359 double randFrac() { // [0.0, 1.0) in randFrac() function in android::__anonbe695bce0111::RandomPartitioningTest364 return unsigned(randFrac() * limit); in randUInt()402 [this]{ return randFrac(); }); in makeRnnSpecialInput()558 const bool allowDeadOperations = (randFrac() < 0.2); in TEST_P()559 const bool allowUnknownDimensions = (randFrac() < 0.25); in TEST_P()572 const bool forceCommonRoot = (randFrac() < 0.75); in TEST_P()676 if (randFrac() < 0.3 * (1 - double(normalOperationInputConstantCount) / in TEST_P()689 (randFrac() < 0.5 * in TEST_P()726 if (!modelInputs.empty() && (randFrac() < 0.5)) { in TEST_P()736 if (!deadOperands.empty() && (randFrac() < 0.5)) { in TEST_P()[all …]