3 references to GetPinnableReference
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\Tensor.cs (3)
1789
&& MemoryMarshal.CreateReadOnlySpan(in tensor.GetPinnableReference(), (int)tensor._shape.LinearLength).SequenceEqual(MemoryMarshal.CreateReadOnlySpan(in other.
GetPinnableReference
(), (int)other._shape.LinearLength));
1801
&& MemoryMarshal.CreateReadOnlySpan(in tensor.
GetPinnableReference
(), (int)tensor._shape.LinearLength).SequenceEqual(MemoryMarshal.CreateReadOnlySpan(in other.
GetPinnableReference
(), (int)other._shape.LinearLength));