Searched defs:session_type (Results 1 – 5 of 5) sorted by relevance
47 SessionRegistrar(const mindspore::SessionType &session_type, const InferSessionRegFunc &creator) { in SessionRegistrar()53 #define REG_SESSION(session_type, creator) static SessionRegistrar g_##session_type##Session(sessio… argument
29 void SessionRegistry::RegSession(const mindspore::SessionType &session_type, const InferSessionRegF… in RegSession()33 …d::shared_ptr<InferSession> SessionRegistry::GetSession(const mindspore::SessionType &session_type, in GetSession()
16 enum session_type { enum24 #define SESSION_CONTROL(session_type, switch_intent) \ argument
63 auto session_type = SelectSession(context, use_experimental_rts); in CreateSession() local