Searched refs:callee_root (Results 1 – 1 of 1) sorted by relevance
1991 auto* callee_root = user->to_apply()->root_instruction(); in CanShareOperandBufferWithUser() local1993 absl::c_find_if(uses, [callee_root](const HloUse& use) { in CanShareOperandBufferWithUser()1994 return use.instruction == callee_root && in CanShareOperandBufferWithUser()1995 callee_root->IsElementwiseOnOperand(use.operand_number); in CanShareOperandBufferWithUser()