3 references to TryFlattenTo
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
380if (!TryFlattenTo(destination))
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
318public bool TryFlattenTo(scoped Span<T> destination) => AsReadOnlyTensorSpan().TryFlattenTo(destination);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
345public bool TryFlattenTo(scoped Span<T> destination) => AsReadOnlyTensorSpan().TryFlattenTo(destination);