|
ONE - On-device Neural Engine
|
#include <SparsityParam.h>
Public Member Functions | |
| SparseIndexVector ()=default | |
| SparseIndexVector (const SparseIndexVectorType &type, const std::vector< int32_t > &sparse_index_vec) | |
| SparseIndexVector (SparseIndexVectorType type, const void *sparse_index_vec) | |
| SparseIndexVector (const SparseIndexVector &sparse_index_vec) | |
| SparseIndexVector (SparseIndexVector &&sparse_index_vec) | |
| SparseIndexVector & | operator= (const SparseIndexVector &sparse_index_vec) |
| SparseIndexVector & | operator= (SparseIndexVector &&sparse_index_vector) |
| ~SparseIndexVector () | |
| SparseIndexVectorType | type (void) const |
| const std::vector< int32_t > * | as_int32_vector (void) const |
| const std::vector< uint16_t > * | as_uint16_vector (void) const |
| const std::vector< uint8_t > * | as_uint8_vector (void) const |
Definition at line 42 of file SparsityParam.h.
|
default |
Referenced by operator=().
|
inline |
Definition at line 46 of file SparsityParam.h.
References luci::I32, luci::must_cast(), luci::NONE, type(), luci::U16, and luci::U8.
|
inline |
Definition at line 84 of file SparsityParam.h.
References luci::I32, luci::must_cast(), luci::NONE, type(), luci::U16, and luci::U8.
|
inline |
Definition at line 116 of file SparsityParam.h.
|
inline |
Definition at line 121 of file SparsityParam.h.
|
inline |
Definition at line 138 of file SparsityParam.h.
References luci::I32, luci::must_cast(), luci::NONE, luci::U16, and luci::U8.
Definition at line 173 of file SparsityParam.h.
References luci::I32.
Definition at line 178 of file SparsityParam.h.
References luci::U16.
|
inline |
Definition at line 126 of file SparsityParam.h.
References luci::must_cast(), and SparseIndexVector().
|
inline |
Definition at line 131 of file SparsityParam.h.
References luci::must_cast().
|
inline |
Definition at line 170 of file SparsityParam.h.
Referenced by SparseIndexVector(), and SparseIndexVector().