Implemented interface member:
property
IsPinned
System.Numerics.Tensors.IReadOnlyTensor.IsPinned
2 references to IsPinned
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor.cs (1)
1649T[] values = tensor.IsPinned ? GC.AllocateArray<T>((int)newSize) : (new T[newSize]);
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
307result = Tensor.Create<T>(Lengths, IsPinned);