Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/hardware/
Ddevice_context.h350 virtual std::string GetRandomStatus(const std::vector<FuncGraphPtr> &graphs) { return ""; } in GetRandomStatus() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dbackend_base.cc1173 std::string MindRTBackendBase::GetRandomStatus(const ActorInfo &actor_info) { in GetRandomStatus() function in mindspore::compile::MindRTBackendBase
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Dpipeline.cc1996 py::bytes GraphExecutorPy::GetRandomStatus(const std::string &phase) const { in GetRandomStatus() function in mindspore::pipeline::GraphExecutorPy