turicreate.SArray.to_numpy — Turi Create API 6.4.1 documentation (original) (raw)
- Docs »
- turicreate.SArray.to_numpy
SArray.
to_numpy
()¶
Converts this SArray to a numpy array
This operation will construct a numpy array in memory. Care must be taken when size of the returned object is big.
Returns: | out : numpy.ndarray A Numpy Array containing all the values of the SArray |
---|