AI Engine API User Guide (AIE) 2023.2
Loading...
Searching...
No Matches
tile.hpp File Reference
#include <cstdint>

Classes

struct  aie::detail::tile_id
 

Namespaces

namespace  aie
 Base namespace for AIE operations and types.
 
namespace  aie::detail
 

Macros

#define __AIE_API_DETAIL_TILE__HPP__
 

Enumerations

enum class  aie::detail::rounding_mode : unsigned {
  aie::detail::floor = rnd_floor , aie::detail::ceil = rnd_ceil , aie::detail::positive_inf = rnd_pos_inf , aie::detail::negative_inf = rnd_neg_inf ,
  aie::detail::symmetric_inf = rnd_sym_inf , aie::detail::symmetric_zero = rnd_sym_zero , aie::detail::conv_even = rnd_conv_even , aie::detail::conv_odd = rnd_conv_odd
}
 
enum class  aie::detail::saturation_mode : unsigned { aie::detail::none = 0 , aie::detail::truncate = 1 , aie::detail::saturate = 1 , aie::detail::symmetric = 3 }
 

Class Documentation

◆ aie::detail::tile_id

struct aie::detail::tile_id
Class Members
uint16_t col
uint16_t row

Macro Definition Documentation

◆ __AIE_API_DETAIL_TILE__HPP__

#define __AIE_API_DETAIL_TILE__HPP__