Class NativeHelper

java.lang.Object
ai.djl.pytorch.jni.NativeHelper

public final class NativeHelper extends Object
A helper class allows engine shared library to be loaded from different class loader.
  • Method Details

    • load

      public static void load(String path)
      Load native shared library from file.
      Parameters:
      path - the file to load