Package ai.djl.pytorch.jni
Class NativeHelper
- java.lang.Object
-
- ai.djl.pytorch.jni.NativeHelper
-
public final class NativeHelper extends java.lang.ObjectA helper class allows engine shared library to be loaded from different class loader.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidload(java.lang.String path)Load native shared library from file.
-