Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.h53 HloInstruction* fusion_operand; in CanEmitFusedDynamicUpdateSliceInPlace() local
55 std::tie(fusion_operand, index) = in CanEmitFusedDynamicUpdateSliceInPlace()
57 if (fusion_operand->opcode() != HloOpcode::kParameter) { in CanEmitFusedDynamicUpdateSliceInPlace()
60 auto* operand = fusion->operand(fusion_operand->parameter_number()); in CanEmitFusedDynamicUpdateSliceInPlace()
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.cc1544 const HloInstruction* fusion_operand = in SetFusionLayouts() local
1546 DCHECK(ShapeUtil::Compatible(fusion_operand->shape(), in SetFusionLayouts()
1549 fusion_operand->shape(), fused_instruction->mutable_shape())); in SetFusionLayouts()