Returns MIOpen handle. To be passed directly to MIOpen APIs, don't keep a copy.
| 105 | // Returns MIOpen handle. To be passed directly to MIOpen APIs, don't keep |
| 106 | // a copy. |
| 107 | miopenHandle_t handle() const { return handle_; } |
| 108 | |
| 109 | private: |
| 110 | gpu::ScopedActivateExecutorContext context_; |
no outgoing calls
no test coverage detected