10 references to IsEmpty
System.Numerics.Tensors (10)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
482
_linearOffset = 0 - (!span.
IsEmpty
? span.Strides[^1] : 0);
509
_linearOffset = 0 - (!_span.
IsEmpty
? _span.Strides[^1] : 0);
System\Numerics\Tensors\netcore\Tensor.cs (8)
4193
if (x.
IsEmpty
)
4256
if (x.
IsEmpty
)
4319
if (x.
IsEmpty
)
4382
if (x.
IsEmpty
)
4445
if (x.
IsEmpty
)
4508
if (x.
IsEmpty
)
4571
if (x.
IsEmpty
)
4634
if (x.
IsEmpty
)