| 14 | namespace rocm { |
| 15 | |
| 16 | static inline HandleImpl* concrete_handle(Handle* handle) { |
| 17 | return static_cast<rocm::HandleImpl*>(handle); |
| 18 | } |
| 19 | |
| 20 | static inline miopenHandle_t miopen_handle(Handle* handle) { |
| 21 | return concrete_handle(handle)->miopen_handle(); |
no outgoing calls
no test coverage detected