Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Ddf_graph_manager.h67 std::shared_ptr<ge::Session> GetGeSession();
Ddf_graph_manager.cc168 std::shared_ptr<ge::Session> DfGraphManager::GetGeSession() { in GetGeSession() function in mindspore::transform::DfGraphManager
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/
Dmodel_converter.cc46 std::shared_ptr<ge::Session> sess = transform::DfGraphManager::GetInstance().GetGeSession(); in CreateSessionAndGraphRunner()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline_ge.cc77 std::shared_ptr<ge::Session> sess = DfGraphManager::GetInstance().GetGeSession(); in CreateSessionAndGraphRunner()