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
* - The function returns `-1` if unable to set an element and `0` otherwise.
1302
1302
* - The function requires a pointer to a data value `v` in order to provide a generic API supporting ndarrays having different data types.
1303
+
* - The function has no way of determining whether `v` actually points to a memory address compatible with the underlying input ndarray data type. Accordingly, accessing **unowned** memory is possible, and this function **assumes** you know what you are doing.
* - The function does **not** verify that the type of `v` matches the underlying input ndarray data type, and, thus, overwriting **unowned** memory is possible. The function **assumes** that you know what you are doing.
1322
1324
* - The function returns `-1` if unable to set an element and `0` otherwise.
* - The function does **not** verify that the type of `v` matches the underlying input ndarray data type, and, thus, overwriting **unowned** memory is possible. The function **assumes** that you know what you are doing.
1342
1345
* - The function returns `-1` if unable to set an element and `0` otherwise.
* - The function does **not** verify that the type of `v` matches the underlying input ndarray data type, and, thus, overwriting **unowned** memory is possible. The function **assumes** that you know what you are doing.
1362
1366
* - The function returns `-1` if unable to set an element and `0` otherwise.
* - The function does **not** verify that the type of `v` matches the underlying input ndarray data type, and, thus, overwriting **unowned** memory is possible. The function **assumes** that you know what you are doing.
1382
1387
* - The function returns `-1` if unable to set an element and `0` otherwise.
* - The function does **not** verify that the type of `v` matches the underlying input ndarray data type, and, thus, overwriting **unowned** memory is possible. The function **assumes** that you know what you are doing.
1402
1408
* - The function returns `-1` if unable to set an element and `0` otherwise.
* - The function does **not** verify that the type of `v` matches the underlying input ndarray data type, and, thus, overwriting **unowned** memory is possible. The function **assumes** that you know what you are doing.
1422
1429
* - The function returns `-1` if unable to set an element and `0` otherwise.
* - The function does **not** verify that the type of `v` matches the underlying input ndarray data type, and, thus, overwriting **unowned** memory is possible. The function **assumes** that you know what you are doing.
1442
1450
* - The function returns `-1` if unable to set an element and `0` otherwise.
* - The function does **not** verify that the type of `v` matches the underlying input ndarray data type, and, thus, overwriting **unowned** memory is possible. The function **assumes** that you know what you are doing.
1462
1471
* - The function returns `-1` if unable to set an element and `0` otherwise.
0 commit comments