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::NONE, type(), luci::U16, and luci::U8.
|
inline |
Definition at line 84 of file SparsityParam.h.
References luci::I32, 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::NONE, luci::U16, and luci::U8.
|
inline |
Definition at line 173 of file SparsityParam.h.
References luci::I32.
Referenced by luci::to_circle_sparse_index_vector().
|
inline |
Definition at line 178 of file SparsityParam.h.
References luci::U16.
Referenced by luci::to_circle_sparse_index_vector().
|
inline |
Definition at line 184 of file SparsityParam.h.
References luci::U8.
Referenced by luci::to_circle_sparse_index_vector().
|
inline |
Definition at line 126 of file SparsityParam.h.
References SparseIndexVector().
|
inline |
Definition at line 131 of file SparsityParam.h.
|
inline |
Definition at line 170 of file SparsityParam.h.
Referenced by SparseIndexVector(), SparseIndexVector(), and luci::to_circle_sparse_index_vector().