Home
last modified time | relevance | path

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

/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.h58 const unsigned int MAX_CALL_DEPTH_DEFAULT = 1000; variable