3 implementations of IsPinned
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
284public 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)
185public bool IsPinned => _shape.IsPinned;
3 references to IsPinned
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
283/// <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)
184/// <inheritdoc cref="IReadOnlyTensor.IsPinned" />