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)
316public bool HasAnyDenseDimensions => (_flags & TensorFlags.HasAnyDenseDimensions) != 0; 318public bool IsBroadcast => (_flags & TensorFlags.IsBroadcast) != 0; 320public bool IsDense => (_flags & TensorFlags.IsDense) != 0; 324public bool IsPinned => (_flags & TensorFlags.IsPinned) != 0;