3 implementations of IsEmpty
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
278
public bool
IsEmpty
=> _shape.IsEmpty;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
109
public bool
IsEmpty
=> _shape.IsEmpty;
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
179
public 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
" />