| 14 | #include "symbol_manager.hpp" |
| 15 | |
| 16 | af_err af_set_backend(const af_backend bknd) { |
| 17 | return arrayfire::unified::setBackend(bknd); |
| 18 | } |
| 19 | |
| 20 | af_err af_get_backend_count(unsigned *num_backends) { |
| 21 | *num_backends = |
nothing calls this directly
no test coverage detected