Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhorizontal_loop_fusion.cc395 TF_ASSIGN_OR_RETURN(auto concated_output, MakeConcatHlo(reshapes, 0)); in CreateFusedComputation()
396 concated_outputs.push_back(concated_output); in CreateFusedComputation()
403 auto concated_output = concated_outputs[i]; in CreateFusedComputation() local
412 MakeSliceHlo(concated_output, {slice_start}, {slice_limit}, in CreateFusedComputation()