Implemented interface member:
property
IsEmpty
System.Numerics.Tensors.IReadOnlyTensor.IsEmpty
2 references to IsEmpty
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
418
_linearOffset = 0 - (!span.
IsEmpty
? span.Strides[^1] : 0);
445
_linearOffset = 0 - (!_span.
IsEmpty
? _span.Strides[^1] : 0);