You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Returns an ndarray data element specified by a byte array pointer.
334
334
*
335
335
* ## Notes
336
336
*
337
337
* - The function returns `-1` if unable to get an element and `0` otherwise.
338
338
* - The function requires a `void` pointer for the output address `out` in order to provide a generic API supporting ndarrays having different data types.
339
339
*
340
340
* @param arr input ndarray
341
-
* @param sub ndarray subscripts
341
+
* @param idx byte array pointer to an ndarray data element
* - The function returns `-1` if unable to get an element and `0` otherwise.
387
+
* - The function requires a `void` pointer for the output address `out` in order to provide a generic API supporting ndarrays having different data types.
0 commit comments