| 19 | } |
| 20 | |
| 21 | static inline cnnlHandle_t cnnl_handle(Handle* handle) { |
| 22 | return concrete_handle(handle)->cnnl_handle(); |
| 23 | } |
| 24 | |
| 25 | static inline cnrtQueue_t cnrt_queue(Handle* handle) { |
| 26 | return concrete_handle(handle)->queue(); |
no test coverage detected