oneAPI Deep Neural Network Library (oneDNN)
Performance library for Deep Learning
1.96.0
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:

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: