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/ |
D | LiteSession.java | 66 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/ |
D | LiteSession.java | 66 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/ |
D | projectLoading.ts | 158 function createSession(lazyConfiguredProjectsFromExternalProject: boolean) { function
|
/third_party/gstreamer/gstplugins_bad/ext/onnx/ |
D | gstonnxclient.cpp | 169 bool GstOnnxClient::createSession (std::string modelFile, in createSession() function in GstOnnxNamespace::GstOnnxClient
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | compileOnSave.ts | 30 …function createSession(host: server.ServerHost, typingsInstaller?: server.ITypingsInstaller): serv… function
|
D | session.ts | 42 function createSession(): TestSession { function
|
D | helpers.ts | 328 …export function createSession(host: server.ServerHost, opts: Partial<server.SessionOptions> = {}) { function
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 10073 … createSession(type: string, initData: Uint8Array, cdmData?: Uint8Array | null): MSMediaKeySession; method 10267 createSession(sessionType?: MediaKeySessionType): MediaKeySession; method
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 10053 … createSession(type: string, initData: Uint8Array, cdmData?: Uint8Array | null): MSMediaKeySession; method 10247 createSession(sessionType?: MediaKeySessionType): MediaKeySession; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 11511 createSession(type: string, initData: Uint8Array, cdmData?: Uint8Array): MSMediaKeySession; method
|