jar

ai.djl.tflite : tflite-engine

Maven & Gradle

Jul 11, 2023
1 usages
3.8k stars

DJL Engine Adapter for TFLite · Deep Java Library (DJL) Engine Adapter for TFLite

Table Of Contents

Latest Version

Download ai.djl.tflite : tflite-engine JAR file - Latest Versions:

All Versions

Download ai.djl.tflite : tflite-engine JAR file - All Versions:

Version Vulnerabilities Size Updated
0.23.x
0.22.x
0.21.x
0.20.x
0.19.x
0.18.x
0.17.x
0.16.x
0.15.x
0.14.x
0.13.x
0.12.x
0.11.x
0.10.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tflite-engine-0.23.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.tensorflow.lite.nnapi

├─ org.tensorflow.lite.nnapi.NnApiDelegate.class - [JAR]

ai.djl.tflite.engine

├─ ai.djl.tflite.engine.LibUtils.class - [JAR]

├─ ai.djl.tflite.engine.TfLiteDataType.class - [JAR]

├─ ai.djl.tflite.engine.TfLiteEngine.class - [JAR]

├─ ai.djl.tflite.engine.TfLiteEngineProvider.class - [JAR]

├─ ai.djl.tflite.engine.TfLiteModel.class - [JAR]

├─ ai.djl.tflite.engine.TfLiteNDArray.class - [JAR]

├─ ai.djl.tflite.engine.TfLiteNDManager.class - [JAR]

├─ ai.djl.tflite.engine.TfLiteSymbolBlock.class - [JAR]

org.tensorflow.lite.annotations

├─ org.tensorflow.lite.annotations.UsedByReflection.class - [JAR]

ai.djl.tflite.zoo

├─ ai.djl.tflite.zoo.TfLiteModelZoo.class - [JAR]

├─ ai.djl.tflite.zoo.TfLiteZooProvider.class - [JAR]

org.tensorflow.lite

├─ org.tensorflow.lite.DataType.class - [JAR]

├─ org.tensorflow.lite.Delegate.class - [JAR]

├─ org.tensorflow.lite.Interpreter.class - [JAR]

├─ org.tensorflow.lite.InterpreterApi.class - [JAR]

├─ org.tensorflow.lite.NativeInterpreterWrapper.class - [JAR]

├─ org.tensorflow.lite.Tensor.class - [JAR]

├─ org.tensorflow.lite.TensorFlowLite.class - [JAR]

Advertisement