Implemented interface member:
method
GetPinnableReference
System.Numerics.Tensors.ITensor<TSelf, T>.GetPinnableReference()
2 references to GetPinnableReference
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor.cs (1)
1778&& MemoryMarshal.CreateReadOnlySpan(in tensor.GetPinnableReference(), (int)tensor._shape.LinearLength).SequenceEqual(MemoryMarshal.CreateReadOnlySpan(in other.GetPinnableReference(), (int)other._shape.LinearLength));
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
339ref readonly T IReadOnlyTensor<TensorSpan<T>, T>.GetPinnableReference() => ref GetPinnableReference();