Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc263 StatusOr<bool> HandleDotStrengthReduction(HloInstruction* dot);
1127 StatusOr<bool> AlgebraicSimplifierVisitor::HandleDotStrengthReduction( in HandleDotStrengthReduction() function in xla::AlgebraicSimplifierVisitor
1768 TF_RETURN_IF_ERROR(HandleDotStrengthReduction(dot).status()); in HandleDot()
1795 HandleDotStrengthReduction(dot)); in HandleDot()