Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc1478 HloInstruction *new_dot_lhs, *new_dot_rhs; in OptimizeDotOfConcatHelper() local
1480 new_dot_lhs = rhs_slice; in OptimizeDotOfConcatHelper()
1483 new_dot_lhs = concat_op; in OptimizeDotOfConcatHelper()
1488 HloInstruction::CreateDot(dot.shape(), new_dot_lhs, new_dot_rhs, in OptimizeDotOfConcatHelper()