spdl.io.to_numpy¶
- to_numpy(buffer: ArrayInterface)[source]¶
Convert to NumPy NDArray.
- Parameters:
buffer – Object that implements the array interface protocol
__array_interface__). ((has)
- Returns:
A NumPy array.
- Return type:
(NDArray)
Convert to NumPy NDArray.
buffer – Object that implements the array interface protocol
__array_interface__). ((has)
A NumPy array.
(NDArray)