A structure that contains an index and a memory object, and is used to pass arguments to dnnl_primitive_execute(). More...
#include <dnnl_types.h>
Public Attributes | |
int | arg |
An argument index, e.g. DNNL_ARG_SRC. | |
dnnl_memory_t | memory |
Input/output memory. | |
A structure that contains an index and a memory object, and is used to pass arguments to dnnl_primitive_execute().