Implemented interface member:
method
TryFlattenTo
System.Numerics.Tensors.IReadOnlyTensor<TSelf, T>.TryFlattenTo(scoped System.Span<T>)
3 references to TryFlattenTo
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
354if (!TryFlattenTo(destination))
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
277public bool TryFlattenTo(scoped Span<T> destination) => AsReadOnlyTensorSpan().TryFlattenTo(destination);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
338public bool TryFlattenTo(scoped Span<T> destination) => AsReadOnlyTensorSpan().TryFlattenTo(destination);