enum dnnl::memory::sparse_encoding

Overview

Sparse encodings. More…

#include <dnnl.hpp>

enum sparse_encoding
{
    undef = dnnl_sparse_encoding_undef,
    csr   = dnnl_csr,
};

Detailed Documentation

Sparse encodings.

Enum Values

undef

Undefined sparse encoding kind, used for empty memory descriptors.

csr

Compressed Sparse Row (CSR) encoding.