3 implementations of IsPinned
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
281public bool IsPinned => _shape.IsPinned;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
112public bool IsPinned => _shape.IsPinned;
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
182public bool IsPinned => _shape.IsPinned;
3 references to IsPinned
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
280/// <inheritdoc cref="IReadOnlyTensor.IsPinned" />
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
111/// <inheritdoc cref="IReadOnlyTensor.IsPinned" />
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
181/// <inheritdoc cref="IReadOnlyTensor.IsPinned" />