Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc931 HloInstruction::CreateAddDependency(HloInstruction* data_operand, in CreateAddDependency() argument
934 new HloInstruction(HloOpcode::kAddDependency, data_operand->shape())); in CreateAddDependency()
935 instruction->AppendOperand(data_operand); in CreateAddDependency()
Dhlo_instruction.h807 HloInstruction* data_operand, HloInstruction* token_operand);