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

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>

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

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

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: