| 46 | oidn_inline const BufferRef& getBuffer() const { return buffer; } |
| 47 | |
| 48 | oidn_inline operator bool() const { return buffer; } |
| 49 | |
| 50 | // Data with device storage must be explicitly copied between host and device |
| 51 | void toHost(); |
nothing calls this directly
no outgoing calls
no test coverage detected