Skip to content

Commit 056ab1d

Browse files
committed
Merge branch '1.0.x' into differentiable-buffer-wip
# Conflicts: # Layer/src/main/scala/com/thoughtworks/deeplearning/Layer.scala
2 parents 1deacb0 + 2a50034 commit 056ab1d

File tree

1 file changed

+2
-2
lines changed
  • Layer/src/main/scala/com/thoughtworks/deeplearning

1 file changed

+2
-2
lines changed

Layer/src/main/scala/com/thoughtworks/deeplearning/Layer.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ object Layer {
5757

5858
// TODO: rename to `duplicate`?
5959
/**
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.
60+
* Returns a new [[Tape]] that shares the same [[value]] and [[backward]] behavior with this [[Tape]].
61+
* @note The newly created [[Tape]] and this [[Tape]] must be [[close]]d independently.
6262
*/
6363
def addReference(): Tape.Aux[Data, Delta]
6464

0 commit comments

Comments
 (0)