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 pytorch_java_only-1.13.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.pytorch
├─ org.pytorch.DType.class - [JAR]
├─ org.pytorch.Device.class - [JAR]
├─ org.pytorch.INativePeer.class - [JAR]
├─ org.pytorch.IValue.class - [JAR]
├─ org.pytorch.MemoryFormat.class - [JAR]
├─ org.pytorch.Module.class - [JAR]
├─ org.pytorch.NativePeer.class - [JAR]
├─ org.pytorch.PyTorchCodegenLoader.class - [JAR]
├─ org.pytorch.Tensor.class - [JAR]