jar

org.onnx4j : forwarder

Maven & Gradle

Dec 24, 2019
23 stars

Forwarder is the Java framework which bases on the standard of ONNX (open neural network exchange), focusing on forward/inference of neural network.

Table Of Contents

Latest Version

Download org.onnx4j : forwarder JAR file - Latest Versions:

All Versions

Download org.onnx4j : forwarder JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 forwarder-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.forwarder.executor.impls

├─ org.forwarder.executor.impls.RayExecutor.class - [JAR]

├─ org.forwarder.executor.impls.RecursionExecutor.class - [JAR]

org.forwarder

├─ org.forwarder.Backend.class - [JAR]

├─ org.forwarder.Config.class - [JAR]

├─ org.forwarder.Forwarder.class - [JAR]

├─ org.forwarder.Resource.class - [JAR]

├─ org.forwarder.Session.class - [JAR]

org.forwarder.opset.annotations

├─ org.forwarder.opset.annotations.Opset.class - [JAR]

org.forwarder.opset

├─ org.forwarder.opset.OperatorSetLoader.class - [JAR]

├─ org.forwarder.opset.OperatorSetRegistry.class - [JAR]

org.forwarder.backend

├─ org.forwarder.backend.BackendFactory.class - [JAR]

├─ org.forwarder.backend.BackendLoader.class - [JAR]

├─ org.forwarder.backend.BackendRegistry.class - [JAR]

org.forwarder.executor

├─ org.forwarder.executor.Executor.class - [JAR]

├─ org.forwarder.executor.ExecutorFactory.class - [JAR]