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)
321public bool HasAnyDenseDimensions => (_flags & TensorFlags.HasAnyDenseDimensions) != 0; 323public bool IsBroadcast => (_flags & TensorFlags.IsBroadcast) != 0; 325public bool IsDense => (_flags & TensorFlags.IsDense) != 0; 329public bool IsPinned => (_flags & TensorFlags.IsPinned) != 0;