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 {
1138
1138
compiledKernel.run(parameterDescendants(closure.tree)).asInstanceOf [Do [PendingBuffer [closure.JvmValue ]]]
1139
1139
}
1140
1140
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. */
1147
1142
trait InlineTensor extends Tensor { thisInlineTensor =>
1148
1143
private [compute] val doBuffer : Do [PendingBuffer [closure.JvmValue ]] = {
1149
1144
enqueueClosure(closure, shape)
You can’t perform that action at this time.
0 commit comments