3 implementations of IsEmpty
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
278public 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)
179public bool IsEmpty => _shape.IsEmpty;
3 references to IsEmpty
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
277/// <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)
178/// <inheritdoc cref="IReadOnlyTensor.IsEmpty" />