oneAPI Deep Neural Network Library (oneDNN)  1.4.0
Performance library for Deep Learning
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
dnnl::memory::desc Member List

This is the complete list of members for dnnl::memory::desc, including all inherited members.

datadnnl::memory::desc
data_type() const dnnl::memory::descinline
desc()dnnl::memory::descinline
desc(const memory::dims &dims, data_type data_type, format_tag format_tag, bool allow_empty=false)dnnl::memory::descinline
desc(const memory::dims &dims, data_type data_type, const memory::dims &strides, bool allow_empty=false)dnnl::memory::descinline
desc(const dnnl_memory_desc_t &data)dnnl::memory::descinline
dims() const dnnl::memory::descinline
get_size() const dnnl::memory::descinline
is_zero() const dnnl::memory::descinline
operator!=(const desc &other) const dnnl::memory::descinline
operator==(const desc &other) const dnnl::memory::descinline
permute_axes(const std::vector< int > &permutation, bool allow_empty=false) const dnnl::memory::descinline
reshape(const memory::dims &dims, bool allow_empty=false) const dnnl::memory::descinline
submemory_desc(const memory::dims &dims, const memory::dims &offsets, bool allow_empty=false) const dnnl::memory::descinline