Class LibUtils


  • public final class LibUtils
    extends java.lang.Object
    Utilities for finding the TFLite Engine binary on the System.

    The Engine will be searched for in a variety of locations in the following order:

    1. In the path specified by the TFLite_LIBRARY_PATH environment variable
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void loadLibrary()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • loadLibrary

        public static void loadLibrary()