Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dfusion_node_indexing_evaluation.cc121 HloInstruction* fusion_operand) { in RemoveFusionOperand() argument
123 std::move(indexing_users_.at(fusion_operand)); in RemoveFusionOperand()
124 indexing_users_.erase(fusion_operand); in RemoveFusionOperand()
125 CHECK(!index_usage_count_.contains(fusion_operand)); in RemoveFusionOperand()
Dmemory_space_propagation.cc92 const HloInstruction* fusion_operand = in Propagate() local
94 Propagate(position.index, fusion_operand, memory_space); in Propagate()
Dfusion_node_indexing_evaluation.h59 HloInstruction* fusion_operand);
Dlayout_assignment.cc1685 const HloInstruction* fusion_operand = in SetFusionLayouts() local
1687 DCHECK(ShapeUtil::Compatible(fusion_operand->shape(), in SetFusionLayouts()
1690 fusion_operand->shape(), fused_instruction->mutable_shape())); in SetFusionLayouts()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc76 HloInstruction* fusion_operand; in CanEmitFusedDynamicUpdateSliceInPlace() local
78 std::tie(fusion_operand, index) = in CanEmitFusedDynamicUpdateSliceInPlace()
82 CHECK_EQ(fusion_operand->opcode(), HloOpcode::kParameter); in CanEmitFusedDynamicUpdateSliceInPlace()
83 auto* operand = fusion->operand(fusion_operand->parameter_number()); in CanEmitFusedDynamicUpdateSliceInPlace()