Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcostmodel_context.cc67 elementwise_stra_follow_ = DEFAULT_ELEMENTWISE_OP_STRA_FOLLOW; in ResetAlgoParameters()
91 MS_LOG(INFO) << "elementwise_stra_follow: " << elementwise_stra_follow_ << "."; in PrintCostModel()
241 elementwise_stra_follow_ = elementwise_follow; in set_elementwise_stra_follow()
Dcostmodel_context.h139 bool elementwise_stra_follow() const { return elementwise_stra_follow_; } in elementwise_stra_follow()
226 bool elementwise_stra_follow_; variable