jar

ai.djl.spark : spark

Maven & Gradle

Feb 16, 2023
4.1k stars

Apache Spark integration for DJL · Apache Spark integration for DJL

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
0.21.x
0.20.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 spark-0.21.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ai.djl.spark.task

├─ ai.djl.spark.task.BasePredictor.class - [JAR]

ai.djl.spark.task.binary

├─ ai.djl.spark.task.binary.BinaryPredictor.class - [JAR]

ai.djl.spark.translator.binary

├─ ai.djl.spark.translator.binary.NpBinaryTranslator.class - [JAR]

ai.djl.spark.translator.text

├─ ai.djl.spark.translator.text.TextEmbeddingTranslator.class - [JAR]

ai.djl.spark.translator.vision

├─ ai.djl.spark.translator.vision.ImageClassificationTranslator.class - [JAR]

ai.djl.spark.task.text

├─ ai.djl.spark.task.text.HuggingFaceTextDecoder.class - [JAR]

├─ ai.djl.spark.task.text.HuggingFaceTextEncoder.class - [JAR]

├─ ai.djl.spark.task.text.HuggingFaceTextTokenizer.class - [JAR]

├─ ai.djl.spark.task.text.TextEmbedder.class - [JAR]

├─ ai.djl.spark.task.text.TextPredictor.class - [JAR]

ai.djl.spark.task.vision

├─ ai.djl.spark.task.vision.ImageClassifier.class - [JAR]

├─ ai.djl.spark.task.vision.ImagePredictor.class - [JAR]

ai.djl.spark

├─ ai.djl.spark.ModelLoader.class - [JAR]

Advertisement