Home
last modified time | relevance | path

Searched refs:callee_root (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis.cc1991 auto* callee_root = user->to_apply()->root_instruction(); in CanShareOperandBufferWithUser() local
1993 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()