jar

ai.djl.jsr381 : jsr381

Maven & Gradle

Apr 10, 2020
3.8k stars

Deep Java Library implementation of JSR-381 · Deep Java Library implementation of JSR-381

Table Of Contents

Latest Version

Download ai.djl.jsr381 : jsr381 JAR file - Latest Versions:

All Versions

Download ai.djl.jsr381 : jsr381 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jsr381-0.4.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ai.djl.jsr381.spi

├─ ai.djl.jsr381.spi.DjlBinaryClassifierFactory.class - [JAR]

├─ ai.djl.jsr381.spi.DjlImageClassifierFactory.class - [JAR]

├─ ai.djl.jsr381.spi.DjlImageFactoryService.class - [JAR]

├─ ai.djl.jsr381.spi.DjlImplementationService.class - [JAR]

├─ ai.djl.jsr381.spi.DjlServiceProvider.class - [JAR]

ai.djl.jsr381.dataset

├─ ai.djl.jsr381.dataset.CsvDataset.class - [JAR]

ai.djl.jsr381.classification

├─ ai.djl.jsr381.classification.SimpleBinaryClassifier.class - [JAR]

├─ ai.djl.jsr381.classification.SimpleImageClassifier.class - [JAR]

ai.djl.jsr381.detection

├─ ai.djl.jsr381.detection.SimpleObjectDetector.class - [JAR]