Searched refs:RandomBool (Results 1 – 16 of 16) sorted by relevance
39 virtual bool RandomBool() = 0;
38 bool RandomBool() override;
36 bool PseudoRandomGenerator::RandomBool() { in RandomBool() function in spvtools::fuzz::PseudoRandomGenerator
388 bool FuzzerContext::ChooseEven() { return random_generator_->RandomBool(); } in ChooseEven()
370 bool FuzzerContext::ChooseEven() { return random_generator_->RandomBool(); } in ChooseEven()
965 return random_generator_.RandomBool(); in Interesting()
964 return random_generator_.RandomBool(); in Interesting()
327 bool RandomBool();461 bool OpTest::RandomBool() { in RandomBool() function in tensorflow::__anon68708c3b0111::OpTest3395 bool is_nhwc = RandomBool(); in TEST_F()