einops.asnumpy
Convert a tensor of an imperative framework (i.e. numpy/cupy/torch/jax/etc.) to numpy.ndarray
Parameters:
Name | Type | Description | Default |
---|---|---|---|
tensor
|
Tensor
|
tensor of any known imperative framework |
required |
Returns:
Type | Description |
---|---|
np_ndarray
|
|
Source code in einops/einops.py
742 743 744 745 746 747 748 749 750 751 752 |
|