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 252eceb commit 2a51040Copy full SHA for 2a51040
README.md
@@ -199,7 +199,7 @@ try {
199
println(releaseCache.toString)
200
```
201
202
-The data buffer allocated for `releaseCache` is kept until `releaseCache` is performed.
+The data buffer allocated for `cachedTensor` is kept until `releaseCache` is performed.
203
204
You can think of a `CachedTensor` as a `lazy val` on device side.
205
0 commit comments