Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhorizontal_loop_fusion.cc93 std::vector<HloInstruction*>* bound_operands);
321 std::vector<HloInstruction*>* bound_operands) { in CreateFusedComputation() argument
333 bound_operands->push_back(bound_opnd); in CreateFusedComputation()
430 std::vector<HloInstruction*> bound_operands; in Fuse() local
432 fused_fusion_instrs, &uniq_computation, &bound_operands)); in Fuse()
438 HloInstruction::FusionKind::kInput, bound_operands, fused_comp)); in Fuse()