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 tensorflow-common-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.cloud.fn.common.tensorflow.util
├─ org.springframework.cloud.fn.common.tensorflow.util.AutoCloseables.class - [JAR]
├─ org.springframework.cloud.fn.common.tensorflow.util.CachedModelExtractor.class - [JAR]
├─ org.springframework.cloud.fn.common.tensorflow.util.ModelExtractor.class - [JAR]
org.springframework.cloud.fn.common.tensorflow
├─ org.springframework.cloud.fn.common.tensorflow.AbstractGraphRunner.class - [JAR]
├─ org.springframework.cloud.fn.common.tensorflow.AutoCloseableSession.class - [JAR]
├─ org.springframework.cloud.fn.common.tensorflow.Functions.class - [JAR]
├─ org.springframework.cloud.fn.common.tensorflow.GraphDefinition.class - [JAR]
├─ org.springframework.cloud.fn.common.tensorflow.GraphRunner.class - [JAR]
├─ org.springframework.cloud.fn.common.tensorflow.GraphRunnerMemory.class - [JAR]
├─ org.springframework.cloud.fn.common.tensorflow.ProtoBufGraphDefinition.class - [JAR]
org.springframework.cloud.fn.common.tensorflow.deprecated
├─ org.springframework.cloud.fn.common.tensorflow.deprecated.GraphicsUtils.class - [JAR]
├─ org.springframework.cloud.fn.common.tensorflow.deprecated.JsonMapperFunction.class - [JAR]
├─ org.springframework.cloud.fn.common.tensorflow.deprecated.TensorFlowService.class - [JAR]