Functions | |
af_err | af_get_backend_id (af_backend *backend, const af_array in) |
af::Backend | getBackendId (const array &in) |
Get's the backend enum for an array
This will return one of the values from the af_backend enum. The return value specifies which backend the array was created on.
af_err af_get_backend_id | ( | af_backend * | backend, |
const af_array | in ) |
[out] | backend | takes one of the values of enum af_backend |
[in] | in | is the array who's backend is to be queried |
af::Backend getBackendId | ( | const array & | in | ) |
[in] | in | is the array who's backend is to be queried |