Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dms_context.cc97 set_param<bool>(MS_CTX_ALREADY_SET_ENABLE_MINDRT, false); in MsContext()
Dms_context.h93 MS_CTX_ALREADY_SET_ENABLE_MINDRT, enumerator
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.cc424 context_ptr->set_param<bool>(MS_CTX_ALREADY_SET_ENABLE_MINDRT, true); in AddPyAttr()
/third_party/mindspore/mindspore/ccsrc/vm/
Dtransform.cc608 if (context_ptr->get_param<bool>(MS_CTX_ALREADY_SET_ENABLE_MINDRT)) { in SetMindRTEnable()