4 references to IsPinned
System.Numerics.Tensors (4)
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\TensorShape.cs (1)
1080
TensorFlags flags =
IsPinned
? TensorFlags.IsPinned : TensorFlags.None;
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
185
public bool IsPinned => _shape.
IsPinned
;