Implemented interface member:
property
IsEmpty
System.Numerics.Tensors.IReadOnlyTensor.IsEmpty
2 references to IsEmpty
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor_1.cs (2)
419
_linearOffset = tensor._start - (!tensor.
IsEmpty
? tensor.Strides[^1] : 0);
446
_linearOffset = _tensor._start - (!_tensor.
IsEmpty
? _tensor.Strides[^1] : 0);