Implemented interface member:
method
GetPinnableReference
System.Numerics.Tensors.IReadOnlyTensor<TSelf, T>.GetPinnableReference()
3 references to GetPinnableReference
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\Tensor.cs (3)
1690
&& MemoryMarshal.CreateReadOnlySpan(in tensor.GetPinnableReference(), (int)tensor._shape.LinearLength).SequenceEqual(MemoryMarshal.CreateReadOnlySpan(in other.
GetPinnableReference
(), (int)other._shape.LinearLength));
1702
&& MemoryMarshal.CreateReadOnlySpan(in tensor.
GetPinnableReference
(), (int)tensor._shape.LinearLength).SequenceEqual(MemoryMarshal.CreateReadOnlySpan(in other.
GetPinnableReference
(), (int)other._shape.LinearLength));