mxnet
Public Attributes | List of all members
mkldnn_exec_arg_t Struct Reference

#include <mkldnn_types.h>

Collaboration diagram for mkldnn_exec_arg_t:
Collaboration graph

Public Attributes

int arg
 An argument index, e.g. MKLDNN_ARG_SRC. More...
 
mkldnn_memory_t memory
 Input/output memory. More...
 

Detailed Description

An auxiliary structure to specify primitive's inputs/outputs at execution

Warning
With this API it's impossible to preserve constness of memory, so all memories are passed w/o const qualifier. However only memories with output semantics might be changed during the execution

Member Data Documentation

int mkldnn_exec_arg_t::arg

An argument index, e.g. MKLDNN_ARG_SRC.

mkldnn_memory_t mkldnn_exec_arg_t::memory

Input/output memory.


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