Searched defs:CreateSession (Results 1 – 3 of 3) sorted by relevance
58 std::shared_ptr<InferSession> InferSession::CreateSession(const std::shared_ptr<Context> &context, in CreateSession() function in mindspore::InferSession
1856 lite::LiteSession *lite::LiteSession::CreateSession(const std::shared_ptr<InnerContext> &context) { in CreateSession() function in mindspore::lite::LiteSession1871 lite::LiteSession *lite::LiteSession::CreateSession(const char *model_buf, size_t size, in CreateSession() function in mindspore::lite::LiteSession
764 bool GeGraphExecutor::CreateSession(const std::map<std::string, std::string> &extra_options) { in CreateSession() function in mindspore::GeGraphExecutor