Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc1177 auto reshape_if_necessary = [&](HloInstruction* hlo) { in HandleDotStrengthReduction() local
1211 dot, reshape_if_necessary(add_reduce_in_f32(multiply(lhs, rhs), 0)))); in HandleDotStrengthReduction()
1218 dot, reshape_if_necessary(multiply(Flatten(lhs), Flatten(rhs))))); in HandleDotStrengthReduction()
1243 ReplaceInstruction(dot, reshape_if_necessary(add_reduce_in_f32( in HandleDotStrengthReduction()
1248 dot, reshape_if_necessary(add_reduce_in_f32( in HandleDotStrengthReduction()
1263 dot, reshape_if_necessary(add_reduce_in_f32( in HandleDotStrengthReduction()
1314 dot, reshape_if_necessary( in HandleDotStrengthReduction()
1333 ReplaceInstruction(dot, reshape_if_necessary(add_reduce_in_f32( in HandleDotStrengthReduction()
1344 dot, reshape_if_necessary(add_reduce_in_f32(multiply(new_lhs, rhs), in HandleDotStrengthReduction()
1355 dot, reshape_if_necessary(add_reduce_in_f32(multiply(lhs, new_rhs), in HandleDotStrengthReduction()