mxnet
Public Attributes | List of all members
dnnl_exec_arg_t Struct Reference

#include <dnnl_types.h>

Collaboration diagram for dnnl_exec_arg_t:
Collaboration graph

Public Attributes

int arg
 An argument index, e.g. DNNL_ARG_SRC. More...
 
dnnl_memory_t memory
 Input/output memory. More...
 

Detailed Description

A structure that contains an index and a memory object, and is used to pass arguments to dnnl_primitive_execute().

Member Data Documentation

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.


The documentation for this struct was generated from the following file: