1 implementation of IsEmpty
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
154
public bool
IsEmpty
=> _shape.IsEmpty;
3 references to IsEmpty
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
308
/// <inheritdoc cref="IReadOnlyTensor.
IsEmpty
" />
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
153
/// <inheritdoc cref="IReadOnlyTensor.
IsEmpty
" />
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
210
/// <inheritdoc cref="IReadOnlyTensor.
IsEmpty
" />