Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 0198076

Browse files
authored
Fix typo.
1 parent dafbaee commit 0198076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct Model: Layer {
3030

3131
@differentiable(wrt: (self, input))
3232
func applied(to input: Tensor<Float>, in context: Context) -> Tensor<Float> {
33-
return l1.sequenced(in: context, through: layer1, layer2, layer3)
33+
return input.sequenced(in: context, through: layer1, layer2, layer3)
3434
}
3535
}
3636
```

0 commit comments

Comments
 (0)