DOC

ai.djl.paddlepaddle : paddlepaddle-native-cu101

Maven & Gradle

Jun 29, 2021
4.1k stars

DJL release for PaddlePaddle native binaries · Deep Java Library (DJL) provided PaddlePaddle native library binary distribution

Table Of Contents

Latest Version

Download ai.djl.paddlepaddle : paddlepaddle-native-cu101 Javadoc & API Documentation - Latest Versions:

All Versions

Download ai.djl.paddlepaddle : paddlepaddle-native-cu101 Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file paddlepaddle-native-cu101-2.0.2-javadoc.jar to paddlepaddle-native-cu101-2.0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder paddlepaddle-native-cu101-2.0.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "paddlepaddle-native-cu101-2.0.2-sources.jar" -d "paddlepaddle-native-cu101-2.0.2-javadoc" -subpackages 

Advertisement