public interface cudnnCallback
typedef void (*cudnnCallback_t) (
cudnnSeverity_t sev,
void *udata,
const cudnnDebug_t *dbg,
const char *msg);
| Modifier and Type | Method and Description |
|---|---|
void |
call(int sev,
Object udata,
cudnnDebug dbg,
String msg)
The function that will be called
|
void call(int sev,
Object udata,
cudnnDebug dbg,
String msg)
sev - The severity, see cudnnSeverityudata - The user datadbg - The cudnnDebug instancemsg - The messageCopyright © 2023. All rights reserved.