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 omnihub-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.eclipse.deeplearning4j.omnihub.frameworks
├─ org.eclipse.deeplearning4j.omnihub.frameworks.Dl4jModelsKt.class - [JAR]
├─ org.eclipse.deeplearning4j.omnihub.frameworks.SameDiffModelsKt.class - [JAR]
org.eclipse.deeplearning4j.omnihub.models
├─ org.eclipse.deeplearning4j.omnihub.models.Dl4jModels.class - [JAR]
├─ org.eclipse.deeplearning4j.omnihub.models.Pretrained.class - [JAR]
├─ org.eclipse.deeplearning4j.omnihub.models.SameDiffModels.class - [JAR]
org.eclipse.deeplearning4j.omnihub
├─ org.eclipse.deeplearning4j.omnihub.BootstrapFromLocal.class - [JAR]
├─ org.eclipse.deeplearning4j.omnihub.Framework.class - [JAR]
├─ org.eclipse.deeplearning4j.omnihub.ModelNamespaceGenerator.class - [JAR]
├─ org.eclipse.deeplearning4j.omnihub.OmniHubUtils.class - [JAR]
├─ org.eclipse.deeplearning4j.omnihub.ProgressInputStream.class - [JAR]
org.eclipse.deeplearning4j.omnihub.api
├─ org.eclipse.deeplearning4j.omnihub.api.FrameworkNamespace.class - [JAR]
├─ org.eclipse.deeplearning4j.omnihub.api.Model.class - [JAR]
├─ org.eclipse.deeplearning4j.omnihub.api.ModelLike.class - [JAR]
├─ org.eclipse.deeplearning4j.omnihub.api.ModelType.class - [JAR]
├─ org.eclipse.deeplearning4j.omnihub.api.NamespaceModels.class - [JAR]
org.eclipse.deeplearning4j.omnihub.dsl
├─ org.eclipse.deeplearning4j.omnihub.dsl.ModelBuilderKt.class - [JAR]