2 writes to _flags
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
279
_flags
= flags;
314
_flags
= flags;
4 references to _flags
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorShape.cs (4)
321
public bool HasAnyDenseDimensions => (
_flags
& TensorFlags.HasAnyDenseDimensions) != 0;
323
public bool IsBroadcast => (
_flags
& TensorFlags.IsBroadcast) != 0;
325
public bool IsDense => (
_flags
& TensorFlags.IsDense) != 0;
329
public bool IsPinned => (
_flags
& TensorFlags.IsPinned) != 0;