Searched refs:is_custom_call_computation_ (Results 1 – 2 of 2) sorted by relevance
479 bool IsCustomCallComputation() const { return is_custom_call_computation_; } in IsCustomCallComputation()488 is_custom_call_computation_ |= (custom_call_instruction != nullptr); in SetCustomCallInstruction()587 bool is_custom_call_computation_; variable
77 is_custom_call_computation_(false) { in HloComputation()