Searched refs:IsCustomCallComputation (Results 1 – 3 of 3) sorted by relevance
571 CHECK(!IsCustomCallComputation() && !IsAsyncComputation()); in SetFusionInstruction()577 bool IsCustomCallComputation() const { return is_custom_call_computation_; } in IsCustomCallComputation() function606 CHECK(!IsFusionComputation() && !IsCustomCallComputation()); in AddAsyncInstruction()625 return IsFusionComputation() || IsCustomCallComputation(); in IsCalledComputation()
208 EXPECT_TRUE(cloned_computation->IsCustomCallComputation()); in TEST_F()248 EXPECT_TRUE(cloned_computation_0->IsCustomCallComputation()); in TEST_F()250 EXPECT_TRUE(cloned_computation_1->IsCustomCallComputation()); in TEST_F()
256 CHECK(!async_computation->IsCustomCallComputation()); in HloAsyncInstruction()271 CHECK(!async_computation->IsCustomCallComputation()); in HloAsyncInstruction()