3 implementations of IsEmpty
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
281public bool IsEmpty => _shape.IsEmpty;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
109public bool IsEmpty => _shape.IsEmpty;
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
182public bool IsEmpty => _shape.IsEmpty;
3 references to IsEmpty
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
280/// <inheritdoc cref="IReadOnlyTensor.IsEmpty" />
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
108/// <inheritdoc cref="IReadOnlyTensor.IsEmpty" />
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
181/// <inheritdoc cref="IReadOnlyTensor.IsEmpty" />