|
AI Engine API User Guide (AIE-API) 2025.1
|
#include <tile.hpp>
Public Member Functions | |
| uint64_t | cycles () const |
| Return the elapsed number of cycles. | |
| rounding_mode | get_rounding () const |
| Returns current rounding mode. | |
| saturation_mode | get_saturation () const |
| Returns current saturation mode. | |
| tile_id | global_id () const |
| Return the global tile id. | |
| tile_id | id () const |
| Return the tile id. | |
| void | set_rounding (rounding_mode mode) |
| Changes rounding mode. | |
| void | set_saturation (saturation_mode mode) |
| Changes saturation mode. | |
Static Public Member Functions | |
| static tile | current () |
| Return an instance of tile representing the current tile. | |
|
inline |
Returns current rounding mode.
|
inline |
Returns current saturation mode.
|
inline |
Changes rounding mode.
|
inline |
Changes saturation mode.