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 mxnet-model-zoo-0.23.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ai.djl.mxnet.zoo.nlp.qa
├─ ai.djl.mxnet.zoo.nlp.qa.MxBertQATranslator.class - [JAR]
├─ ai.djl.mxnet.zoo.nlp.qa.MxBertQATranslatorFactory.class - [JAR]
ai.djl.mxnet.zoo.nlp.embedding.utils
├─ ai.djl.mxnet.zoo.nlp.embedding.utils.BuildModelZooWordEmbedding.class - [JAR]
ai.djl.mxnet.zoo
├─ ai.djl.mxnet.zoo.MxModelZoo.class - [JAR]
├─ ai.djl.mxnet.zoo.MxZooProvider.class - [JAR]
ai.djl.mxnet.zoo.nlp.embedding
├─ ai.djl.mxnet.zoo.nlp.embedding.GloveWordEmbeddingBlockFactory.class - [JAR]
├─ ai.djl.mxnet.zoo.nlp.embedding.GloveWordEmbeddingTranslatorFactory.class - [JAR]