Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  0.19.0
Performance library for Deep Learning
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
mkldnn_rnn_packed_desc_t Struct Reference

Description of tensor of packed weights for rnn. More...

#include <mkldnn_types.h>

Public Attributes

mkldnn_rnn_packed_memory_format_t format
 
int n_parts
 
int n
 
int parts [MKLDNN_RNN_MAX_N_PARTS]
 
size_t part_pack_size [MKLDNN_RNN_MAX_N_PARTS]
 
size_t offset_compensation
 
size_t size
 

Detailed Description

Description of tensor of packed weights for rnn.

Member Data Documentation

mkldnn_rnn_packed_memory_format_t mkldnn_rnn_packed_desc_t::format
int mkldnn_rnn_packed_desc_t::n_parts
int mkldnn_rnn_packed_desc_t::n
int mkldnn_rnn_packed_desc_t::parts[MKLDNN_RNN_MAX_N_PARTS]
size_t mkldnn_rnn_packed_desc_t::part_pack_size[MKLDNN_RNN_MAX_N_PARTS]
size_t mkldnn_rnn_packed_desc_t::offset_compensation
size_t mkldnn_rnn_packed_desc_t::size

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