Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/java/com/mindspore/
DModel.java460 private native boolean buildByGraph(long modelPtr, long graphPtr, long contextPtr, long cfgPtr); in buildByGraph()
462 …private native boolean buildByPath(long modelPtr, String modelPath, int modelType, long contextPtr, in buildByPath()
465 …ative boolean buildByBuffer(long modelPtr, MappedByteBuffer buffer, int modelType, long contextPtr, in buildByBuffer()