|
mxnet
|
#include <dnnl_types.h>

Public Attributes | |
| int | arg |
| An argument index, e.g. DNNL_ARG_SRC. More... | |
| dnnl_memory_t | memory |
| Input/output memory. More... | |
A structure that contains an index and a memory object, and is used to pass arguments to dnnl_primitive_execute().
| int dnnl_exec_arg_t::arg |
An argument index, e.g. DNNL_ARG_SRC.
| dnnl_memory_t dnnl_exec_arg_t::memory |
Input/output memory.
1.8.13