1 reference to GetPinnableReference
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor.cs (1)
1806&& MemoryMarshal.CreateReadOnlySpan(in tensor.GetPinnableReference(), (int)tensor._shape.LinearLength).SequenceEqual(MemoryMarshal.CreateReadOnlySpan(in other.GetPinnableReference(), (int)other._shape.LinearLength));