Skip to content

Commit db9e9eb

Browse files
committed
Remove out-dated notice
1 parent 3a39309 commit db9e9eb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Tensors/src/main/scala/com/thoughtworks/compute/Tensors.scala

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,12 +1138,7 @@ trait Tensors extends OpenCL {
11381138
compiledKernel.run(parameterDescendants(closure.tree)).asInstanceOf[Do[PendingBuffer[closure.JvmValue]]]
11391139
}
11401140

1141-
/** An intermediate expression of tensor that can be composed into a more complex expression.
1142-
*
1143-
* @note When this [[InlineTensor]] is referenced more than one expressions,
1144-
* the computation for the tensor may be evaluated more than once.
1145-
* @see [[notInline]] to create a tensor that will cache the result.
1146-
*/
1141+
/** An intermediate expression of tensor that can be composed into a more complex expression. */
11471142
trait InlineTensor extends Tensor { thisInlineTensor =>
11481143
private[compute] val doBuffer: Do[PendingBuffer[closure.JvmValue]] = {
11491144
enqueueClosure(closure, shape)

0 commit comments

Comments
 (0)