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
* Applies a unary callback to each element in a strided input array, casting the callback's single-precision floating-point return value to a double-precision floating-point number.
* Applies a unary callback returning double-precision floating-point numbers, casts results to single-precision floating-point format, and assigns results to elements in a strided output array.
* Applies a unary callback to each element in a strided input array, casting the callback's single-precision floating-point return value to a double-precision floating-point number.
149
+
*
150
+
* @param arrays array whose first element is a pointer to a strided input array and whose last element is a pointer to a strided output array
151
+
* @param shape array whose only element is the number of elements over which to iterate
152
+
* @param strides array containing strides (in bytes) for each strided array
* Applies a unary callback to each element in a strided input array, casting the callback's double-precision return value to a single-precision floating-point number.
0 commit comments