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