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
782 783 784 785 786 787 788 789 790 791 792 | |