Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.h58 void set_enable_dot_strength_reduction(bool enable_dot_strength_reduction) { in set_enable_dot_strength_reduction() argument
59 enable_dot_strength_reduction_ = enable_dot_strength_reduction; in set_enable_dot_strength_reduction()
62 bool enable_dot_strength_reduction() const { in enable_dot_strength_reduction() function
Dalgebraic_simplifier.cc1766 if (options_.enable_dot_strength_reduction() && in HandleDot()
1792 if (options_.enable_dot_strength_reduction() && in HandleDot()