Searched refs:enable_reduce_of_reshape (Results 1 – 2 of 2) sorted by relevance
135 void set_enable_reduce_of_reshape(bool enable_reduce_of_reshape) { in set_enable_reduce_of_reshape() argument136 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
4645 if (options_.enable_reduce_of_reshape() && in HandleReduce()