3 implementations of IsPinned
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
284
public bool
IsPinned
=> _shape.IsPinned;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
112
public bool
IsPinned
=> _shape.IsPinned;
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
185
public 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
" />