Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  0.21.0
Performance library for Deep Learning
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

◆ format

mkldnn_rnn_packed_memory_format_t mkldnn_rnn_packed_desc_t::format

◆ n_parts

int mkldnn_rnn_packed_desc_t::n_parts

◆ n

int mkldnn_rnn_packed_desc_t::n

◆ parts

int mkldnn_rnn_packed_desc_t::parts[MKLDNN_RNN_MAX_N_PARTS]

◆ part_pack_size

size_t mkldnn_rnn_packed_desc_t::part_pack_size[MKLDNN_RNN_MAX_N_PARTS]

◆ offset_compensation

size_t mkldnn_rnn_packed_desc_t::offset_compensation

◆ size

size_t mkldnn_rnn_packed_desc_t::size

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