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