Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dvalue_inference_test.cc292 auto data_operand = ConstantR1<int32_t>(&b, {1, 2}); in TEST_F() local
298 auto gather = Gather(data_operand, indices, dim_numbers, {1}); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1451 HloInstruction::CreateAddDependency(HloInstruction* data_operand, in CreateAddDependency() argument
1454 new HloInstruction(HloOpcode::kAddDependency, data_operand->shape())); in CreateAddDependency()
1455 instruction->AppendOperand(data_operand); in CreateAddDependency()
1758 const Shape& shape, HloInstruction* data_operand, in CreateDynamicReshape() argument
1761 ShapeUtil::ElementsIn(data_operand[0].shape())) in CreateDynamicReshape()
1763 << " operand: " << ShapeUtil::HumanString(data_operand[0].shape()); in CreateDynamicReshape()
1765 return std::make_unique<HloDynamicReshapeInstruction>(shape, data_operand, in CreateDynamicReshape()
Dhlo_instruction.h1020 const Shape& shape, HloInstruction* data_operand,
1173 HloInstruction* data_operand, HloInstruction* token_operand);
Dhlo_instructions.cc1271 const Shape& shape, HloInstruction* data_operand, in HloDynamicReshapeInstruction() argument
1274 AppendOperand(data_operand); in HloDynamicReshapeInstruction()
Dhlo_instructions.h967 const Shape& shape, HloInstruction* data_operand,