3 implementations of IsEmpty
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
281
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)
182
public 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
" />