Deep Neural Network Library (DNNL)  1.1.3
Performance library for Deep Learning
Public Attributes | List of all members
dnnl_exec_arg_t Struct Reference

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

#include <dnnl_types.h>

Collaboration diagram for dnnl_exec_arg_t:
Collaboration graph
[legend]

Public Attributes

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

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
Examples:
cnn_inference_f32.c, cpu_cnn_training_f32.c, and cross_engine_reorder.c.

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