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.
2 parents 1deacb0 + 2a50034 commit 056ab1dCopy full SHA for 056ab1d
Layer/src/main/scala/com/thoughtworks/deeplearning/Layer.scala
@@ -57,8 +57,8 @@ object Layer {
57
58
// TODO: rename to `duplicate`?
59
/**
60
- * Returns a new [[Batch]] that shares the same [[value]] and [[backward]] behavior with this [[Batch]].
61
- * @note The newly created [[Batch]] and this [[Batch]] must be [[close]]d independently.
+ * Returns a new [[Tape]] that shares the same [[value]] and [[backward]] behavior with this [[Tape]].
+ * @note The newly created [[Tape]] and this [[Tape]] must be [[close]]d independently.
62
*/
63
def addReference(): Tape.Aux[Data, Delta]
64
0 commit comments