Struct Qnn_SparseParams_t

Nested Relationships

Struct Documentation

struct Qnn_SparseParams_t

A struct which defines the sparse tensor parameters. See the SDK documentation for details. Used only when dataFormat is set to QNN_TENSOR_DATA_FORMAT_SPARSE.

Public Members

Qnn_SparseLayoutType_t type

Specifies the sparse tensor layout.

union unnamed

Public Members

Qnn_SparseLayoutHybridCoo_t hybridCoo

Hybrid coordinate list layout. Used when type is QNN_SPARSE_LAYOUT_HYBRID_COO.