Searched refs:is_computation_scheduled (Results 1 – 9 of 9) sorted by relevance
33 CHECK(schedule.is_computation_scheduled(computation)); in HoistParameters()87 CHECK(schedule.is_computation_scheduled(computation)); in HoistConstantOperations()
95 CHECK(schedule.is_computation_scheduled(computation)); in HoistConstantOperations()
145 bool is_computation_scheduled(const HloComputation* computation) const { in is_computation_scheduled() function
60 module->schedule().is_computation_scheduled(computation); in Run()
416 ASSERT_FALSE(schedule.is_computation_scheduled( in TEST_F()
290 if (has_schedule() && schedule().is_computation_scheduled(computation)) { in ToCord()883 if (schedule().is_computation_scheduled(computation)) { in Clone()
533 return schedule_.is_computation_scheduled(&computation) in SequentialOrder()
371 ASSERT_TRUE(module_copy->schedule().is_computation_scheduled( in TEST_F()
4103 TF_RET_CHECK(schedule.is_computation_scheduled(computation)); in FixSchedule()