Skip to content

Commit

Permalink
[doc] Update reference to NDManager.invoke()
Browse files Browse the repository at this point in the history
Change-Id: Ia5bcd5e2729d0fbe5bec6b3d7c8a78ef99b8db86
  • Loading branch information
frankfliu committed Jul 15, 2020
1 parent 468ce0d commit a35702d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 4 additions & 1 deletion mxnet/mxnet-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

This module contains the MXNet implementation of the Deep Java Library (DJL) EngineProvider.

We don't recommend that developers use classes in this module directly. Use of these classes will couple your code with MXNet and make switching between engines difficult. Even so, developers are not restricted from using engine-specific features. For more information, see [NDManager#invoke()](https://javadoc.io/static/ai.djl/api/0.6.0/ai/djl/ndarray/NDManager.html#invoke-java.lang.String-ai.djl.ndarray.NDList-ai.djl.ndarray.NDList-ai.djl.util.PairList-).
We don't recommend that developers use classes in this module directly. Use of these classes
will couple your code with MXNet and make switching between engines difficult. Even so,
developers are not restricted from using engine-specific features. For more information,
see [NDManager#invoke()](https://javadoc.io/static/ai.djl/api/0.6.0/ai/djl/ndarray/NDManager.html#invoke-java.lang.String-ai.djl.ndarray.NDArray:A-ai.djl.ndarray.NDArray:A-ai.djl.util.PairList-).

## Documentation

Expand Down
2 changes: 0 additions & 2 deletions pytorch/pytorch-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ This module contains the PyTorch implementation of the Deep Java Library (DJL) E

We don't recommend that developers use classes in this module directly.
Use of these classes will couple your code with PyTorch and make switching between frameworks difficult.
Even so, developers are not restricted from using engine-specific features.
For more information, see [NDManager#invoke()](https://javadoc.io/static/ai.djl/api/0.6.0/ai/djl/ndarray/NDManager.html#invoke-java.lang.String-ai.djl.ndarray.NDList-ai.djl.ndarray.NDList-ai.djl.util.PairList-).

## Documentation

Expand Down
9 changes: 5 additions & 4 deletions tensorflow/tensorflow-engine/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# DJL - Tensorflow engine implementation
# DJL - TensorFlow engine implementation

## Overview

This module contains the Tensorflow implementation of the Deep Java Library (DJL) EngineProvider.
This module contains the TensorFlow implementation of the Deep Java Library (DJL) EngineProvider.

We don't recommend that developers use classes in this module directly. Use of these classes will couple your code with TensorFlow and make switching between frameworks difficult. Even so, developers are not restricted from using engine-specific features. For more information, see [NDManager#invoke()](https://javadoc.io/static/ai.djl/api/0.6.0/ai/djl/ndarray/NDManager.html#invoke-java.lang.String-ai.djl.ndarray.NDList-ai.djl.ndarray.NDList-ai.djl.util.PairList-).
We don't recommend that developers use classes in this module directly. Use of these classes will
couple your code with TensorFlow and make switching between frameworks difficult.

**Currently Windows platform and training is not supported.**
**Currently training is not supported.**

## Documentation

Expand Down

0 comments on commit a35702d

Please sign in to comment.