10 references to IsEmpty
System.Numerics.Tensors (10)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
474
_linearOffset = 0 - (!span.
IsEmpty
? span.Strides[^1] : 0);
501
_linearOffset = 0 - (!_span.
IsEmpty
? _span.Strides[^1] : 0);
System\Numerics\Tensors\netcore\Tensor.cs (8)
4210
if (x.
IsEmpty
)
4273
if (x.
IsEmpty
)
4336
if (x.
IsEmpty
)
4399
if (x.
IsEmpty
)
4462
if (x.
IsEmpty
)
4525
if (x.
IsEmpty
)
4588
if (x.
IsEmpty
)
4651
if (x.
IsEmpty
)