Skip to content

Commit 36c9fed

Browse files
committed
docs: Tensorflow API docs (3)
Signed-off-by: mandar2812 <mandar2812@gmail.com>
1 parent 13d057c commit 36c9fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/core_dtf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! summary
2-
The [`dynaml.tensorflow.dtf`](https://transcendent-ai-labs.github.io/api_docs/DynaML/recent/dynaml-core/#io.github.mandar2812.dynaml.tensorflow.package)
2+
The [`dtf`](https://transcendent-ai-labs.github.io/api_docs/DynaML/recent/dynaml-core/#io.github.mandar2812.dynaml.tensorflow.package)
33
object can be used to create and transform tensors.
44

55
To use DynaML's tensorflow API, import it in your code/script/DynaML shell session.
@@ -11,7 +11,7 @@ import org.platanios.tensorflow.api._
1111

1212
## Creating Tensors.
1313

14-
Creating tensors using the [`dtf`](https://transcendent-ai-labs.github.io/api_docs/DynaML/recent/dynaml-core/#io.github.mandar2812.dynaml.tensorflow.package$$dtf$)
14+
Creating tensors using the [`dtf`](https://transcendent-ai-labs.github.io/api_docs/DynaML/recent/dynaml-core/#io.github.mandar2812.dynaml.tensorflow.package)
1515
object is easy, the user needs to provide a scala collection containing the
1616
the data, the shape and data-type of the tensor.
1717

0 commit comments

Comments
 (0)