File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Tensors/src/main/scala/com/thoughtworks/compute Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments