Implemented interface member:
method
GetPinnableReference
System.Numerics.Tensors.IReadOnlyTensor<TSelf, T>.GetPinnableReference()
2 references to GetPinnableReference
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor.cs (2)
1814
return MemoryMarshal.CreateReadOnlySpan(in tensor.
GetPinnableReference
(), (int)tensor.FlattenedLength).SequenceEqual(MemoryMarshal.CreateReadOnlySpan(in other.
GetPinnableReference
(), (int)other.FlattenedLength));