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 nd4j-onnxruntime-1.0.0-M2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nd4j.onnxruntime.runner.enums
├─ org.nd4j.onnxruntime.runner.enums.GraphOptimizationLevel.class - [JAR]
├─ org.nd4j.onnxruntime.runner.enums.ONNXType.class - [JAR]
├─ org.nd4j.onnxruntime.runner.enums.OrtAllocatorType.class - [JAR]
├─ org.nd4j.onnxruntime.runner.enums.OrtErrorCode.class - [JAR]
├─ org.nd4j.onnxruntime.runner.enums.OrtLoggingLevel.class - [JAR]
├─ org.nd4j.onnxruntime.runner.enums.OrtSparseFormat.class - [JAR]
├─ org.nd4j.onnxruntime.runner.enums.OrtSparseIndicesFormat.class - [JAR]
org.nd4j.onnxruntime.util
├─ org.nd4j.onnxruntime.util.ONNXUtils.class - [JAR]
org.nd4j.onnxruntime.runner
├─ org.nd4j.onnxruntime.runner.OnnxRuntimeRunner.class - [JAR]