2 writes to _flags
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
274
_flags
= flags;
309
_flags
= flags;
4 references to _flags
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorShape.cs (4)
316
public bool HasAnyDenseDimensions => (
_flags
& TensorFlags.HasAnyDenseDimensions) != 0;
318
public bool IsBroadcast => (
_flags
& TensorFlags.IsBroadcast) != 0;
320
public bool IsDense => (
_flags
& TensorFlags.IsDense) != 0;
324
public bool IsPinned => (
_flags
& TensorFlags.IsPinned) != 0;