Home
last modified time | relevance | path

Searched defs:createSession (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/lite/java/java/app/src/main/java/com/mindspore/lite/
DLiteSession.java66 public static LiteSession createSession(final MSConfig config) { in createSession() method in LiteSession
83 public static LiteSession createSession(final MappedByteBuffer buffer, final MSConfig config) { in createSession() method in LiteSession
346 private native long createSession(long msConfigPtr); in createSession() method in LiteSession
/third_party/mindspore/mindspore/lite/java/java/linux_x86/src/main/java/com.mindspore.lite/
DLiteSession.java66 public static LiteSession createSession(final MSConfig config) { in createSession() method in LiteSession
83 public static LiteSession createSession(final MappedByteBuffer buffer, final MSConfig config) { in createSession() method in LiteSession
346 private native long createSession(long msConfigPtr); in createSession() method in LiteSession
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectLoading.ts158 function createSession(lazyConfiguredProjectsFromExternalProject: boolean) { function
/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp169 bool GstOnnxClient::createSession (std::string modelFile, in createSession() function in GstOnnxNamespace::GstOnnxClient
/third_party/typescript/src/testRunner/unittests/tsserver/
DcompileOnSave.ts30 …function createSession(host: server.ServerHost, typingsInstaller?: server.ITypingsInstaller): serv… function
Dsession.ts42 function createSession(): TestSession { function
Dhelpers.ts328 …export function createSession(host: server.ServerHost, opts: Partial<server.SessionOptions> = {}) { function
/third_party/typescript/lib/
Dlib.dom.d.ts10073createSession(type: string, initData: Uint8Array, cdmData?: Uint8Array | null): MSMediaKeySession; method
10267 createSession(sessionType?: MediaKeySessionType): MediaKeySession; method
/third_party/typescript/src/lib/
Ddom.generated.d.ts10053createSession(type: string, initData: Uint8Array, cdmData?: Uint8Array | null): MSMediaKeySession; method
10247 createSession(sessionType?: MediaKeySessionType): MediaKeySession; method
/third_party/typescript/tests/lib/
Dlib.d.ts11511 createSession(type: string, initData: Uint8Array, cdmData?: Uint8Array): MSMediaKeySession; method