Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pybind_api/utils/
Dms_context_py.cc97 .value("max_call_depth", MsCtxParam::MS_CTX_MAX_CALL_DEPTH) in __anon41857d0f0202()
/third_party/mindspore/mindspore/core/utils/
Dms_context.cc69 set_param<uint32_t>(MS_CTX_MAX_CALL_DEPTH, MAX_CALL_DEPTH_DEFAULT); in MsContext()
Dms_context.h107 MS_CTX_MAX_CALL_DEPTH, enumerator
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Devaluator.cc79 const uint32_t max_depth = MsContext::GetInstance()->get_param<uint32_t>(MS_CTX_MAX_CALL_DEPTH); in EnterStackFrame()
199 const uint32_t max_depth = MsContext::GetInstance()->get_param<uint32_t>(MS_CTX_MAX_CALL_DEPTH); in Eval()