enum dnnl_rnn_flags_t

Overview

Flags for RNN cell. More…

#include <dnnl_types.h>

enum dnnl_rnn_flags_t
{
    dnnl_rnn_flags_undef                  = 0x0,
    dnnl_rnn_flags_diff_weights_overwrite = 0x1,
};

Detailed Documentation

Flags for RNN cell.

Enum Values

dnnl_rnn_flags_undef

Undefined RNN flags.

dnnl_rnn_flags_diff_weights_overwrite

Do not add weights gradient to existing diff_weights memory.