Home
last modified time | relevance | path

Searched defs:backend_policy (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dms_context.cc176 std::string MsContext::backend_policy() const { in backend_policy() function in mindspore::MsContext
/third_party/mindspore/
Dsetup.py26 backend_policy = os.getenv('BACKEND_POLICY') variable
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc1801 auto backend_policy = InitEnv(op_exec_info); in RunOpWithInitBackendPolicy() local
1816 MsBackendPolicy backend_policy; in InitEnv() local
1842 py::object ForwardExecutor::RunOpWithBackendPolicy(MsBackendPolicy backend_policy, const OpExecInfo… in RunOpWithBackendPolicy()