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.cc75 std::vector<HloInstruction*>* bound_operands);
331 std::vector<HloInstruction*>* bound_operands) { in CreateFusedComputation() argument
343 bound_operands->push_back(bound_opnd); in CreateFusedComputation()
449 std::vector<HloInstruction*> bound_operands; in Fuse() local
451 fused_fusion_instrs, &uniq_computation, &bound_operands)); in Fuse()
457 bound_operands, fused_comp, prefix_), in Fuse()