MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_get_active_backend

Function af_get_active_backend

src/api/unified/device.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43af_err af_get_active_backend(af_backend *result) {
44 *result = arrayfire::unified::getActiveBackend();
45 return AF_SUCCESS;
46}
47
48af_err af_info() { CALL_NO_PARAMS(af_info); }
49

Callers 13

afcl_get_device_typeFunction · 0.70
afcl_get_platformFunction · 0.70
afcl_get_contextFunction · 0.70
afcl_get_queueFunction · 0.70
afcl_get_device_idFunction · 0.70
afcl_set_device_idFunction · 0.70
afcl_add_device_contextFunction · 0.70
afcl_set_device_contextFunction · 0.70
afcu_get_streamFunction · 0.70
afcu_get_native_idFunction · 0.70
afcu_set_native_idFunction · 0.70

Calls 1

getActiveBackendFunction · 0.85

Tested by

no test coverage detected