Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.h135 void set_enable_reduce_of_reshape(bool enable_reduce_of_reshape) { in set_enable_reduce_of_reshape() argument
136 enable_reduce_of_reshape_ = enable_reduce_of_reshape; in set_enable_reduce_of_reshape()
139 bool enable_reduce_of_reshape() const { return enable_reduce_of_reshape_; } in enable_reduce_of_reshape() function
Dalgebraic_simplifier.cc4645 if (options_.enable_reduce_of_reshape() && in HandleReduce()