Home
last modified time | relevance | path

Searched defs:session_type (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/session/
Dfactory.h47 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
Dfactory.cc29 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
Dfst_defs.h16 enum session_type { enum
24 #define SESSION_CONTROL(session_type, switch_intent) \ argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst_defs.h16 enum session_type { enum
24 #define SESSION_CONTROL(session_type, switch_intent) \ argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/
Dinfer_session.cc63 auto session_type = SelectSession(context, use_experimental_rts); in CreateSession() local