AI Engine API User Guide (AIE-API) 2024.1
Loading...
Searching...
No Matches
sparse_vector.hpp File Reference
#include "detail/config.hpp"
#include "detail/utils.hpp"
#include "detail/vector.hpp"
#include "vector.hpp"
#include "concepts.hpp"
#include <type_traits>

Classes

class  aie::sparse_vector< T, Elems >
 Type for sparse vector registers. More...
 

Namespaces

namespace  aie
 Base namespace for AIE operations and types.
 

Macros

#define __AIE_API_SPARSE_VECTOR__HPP__
 

Functions

template<detail::NativeSparseVector T>
 aie::sparse_vector (T) -> sparse_vector< typename detail::native_vector_traits< T >::value_type, detail::native_vector_traits< T >::size >
 Template deduction guidelines for aie::sparse_vector.
 

Macro Definition Documentation

◆ __AIE_API_SPARSE_VECTOR__HPP__

#define __AIE_API_SPARSE_VECTOR__HPP__