picogl.utils.reshape
reshape data to a float 32 row
Functions
|
Reshape input to a single row and convert to np.float32. |
Module Contents
- picogl.utils.reshape.float32_row(array_like: Any) numpy.ndarray[source]
Reshape input to a single row and convert to np.float32.
- Parameters:
array_like – Any array-like object (list, tuple, np.ndarray).
- Returns:
A NumPy array of shape (1, N) with dtype np.float32.