|
|
Get's the backend enum for an array. More...
Functions | |
| AFAPI af_err | af_get_backend_id (af_backend *backend, const af_array in) |
| AFAPI 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.
| AFAPI 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 |
| AFAPI af::Backend af::getBackendId | ( | const array & | in | ) |
| [in] | in | is the array who's backend is to be queried |