View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window onnxruntime-engine-0.23.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ai.djl.onnxruntime.zoo.tabular.softmax_regression
├─ ai.djl.onnxruntime.zoo.tabular.softmax_regression.IrisClassificationTranslatorFactory.class - [JAR]
├─ ai.djl.onnxruntime.zoo.tabular.softmax_regression.IrisFlower.class - [JAR]
ai.djl.onnxruntime.zoo
├─ ai.djl.onnxruntime.zoo.OrtModelZoo.class - [JAR]
├─ ai.djl.onnxruntime.zoo.OrtZooProvider.class - [JAR]
ai.djl.onnxruntime.engine
├─ ai.djl.onnxruntime.engine.OrtEngine.class - [JAR]
├─ ai.djl.onnxruntime.engine.OrtEngineProvider.class - [JAR]
├─ ai.djl.onnxruntime.engine.OrtModel.class - [JAR]
├─ ai.djl.onnxruntime.engine.OrtNDArray.class - [JAR]
├─ ai.djl.onnxruntime.engine.OrtNDManager.class - [JAR]
├─ ai.djl.onnxruntime.engine.OrtSymbolBlock.class - [JAR]
├─ ai.djl.onnxruntime.engine.OrtUtils.class - [JAR]