Package ai.djl.pytorch.jni
Class NativeHelper
- java.lang.Object
-
- ai.djl.pytorch.jni.NativeHelper
-
public final class NativeHelper extends java.lang.Object
A 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 void
load(java.lang.String path)
Load native shared library from file.
-