3 references to LazyBroadcast
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorExtensions.cs (1)
118
ReadOnlyTensorSpan<T> intermediate =
LazyBroadcast
(source, newSize);
System\Numerics\Tensors\netcore\TensorSpan.cs (2)
591
ReadOnlyTensorSpan<T> srcSlice = Tensor.
LazyBroadcast
(this, tempLengths);
645
ReadOnlyTensorSpan<T> srcSlice = Tensor.
LazyBroadcast
(this, tempLengths);