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
- **arrays**: `[inout] uint8_t**` array whose first element is a pointer to a strided input array, whose second element is a pointer to a strided mask array, and whose last element is a pointer to a strided output array.
6187
+
- **shape**: `[in] int64_t*` array whose only element is the number of elements over which to iterate.
6188
+
- **strides**: `[in] int64_t*` array containing strides (in bytes) for each strided array.
6189
+
- **fcn**: `[in] void*` a `bool (*f)(bool)` function to apply provided as a `void` pointer.
0 commit comments