We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be20d8d commit dd1ac11Copy full SHA for dd1ac11
DeepLearning/src/main/scala/com/thoughtworks/deeplearning/DeepLearning.scala
@@ -30,7 +30,7 @@ object DeepLearning {
30
/** The partial derivative for [[Data]] */
31
type Delta
32
33
- /** Returns an asynchronous operation of forward pass, which creates a wengert list. */
+ /** Returns an asynchronous [[com.thoughtworks.raii.asynchronous.Do Do]] of forward pass, which creates a wengert list. */
34
def forward(differentiable: Differentiable): Do[Tape[Data, Delta]]
35
36
/** Returns a [[com.thoughtworks.future.Future Future]] that updates [[plugins.Weights.Weight Weight]] internally used by `differentiable`. */
0 commit comments