#include <TTL_simplex_scheme.h>
Data Fields | ||
struct { | ||
int index | ||
__local ushort * int_base [3] | ||
TTL_ext_ushort_tensor_t ext_tensor_in | ||
TTL_ext_ushort_tensor_t ext_tensor_out | ||
} | common | |
The information that is common to all pipeline schemes. | ||
TTL_event_t * | event_in | |
TTL_event_t * | event_out | |
TTL_tile_t | next_exported_tile | |
TTL_int_ushort_sub_tensor_t | int_prev_imported | |
Definition at line 1417 of file TTL_simplex_scheme.h.
struct { ... } TTL_simplex_const_ushort_tensor_buffering_t::common |
The information that is common to all pipeline schemes.
TTL_event_t* TTL_simplex_const_ushort_tensor_buffering_t::event_in |
Definition at line 1426 of file TTL_simplex_scheme.h.
TTL_event_t* TTL_simplex_const_ushort_tensor_buffering_t::event_out |
Definition at line 1427 of file TTL_simplex_scheme.h.
TTL_ext_ushort_tensor_t TTL_simplex_const_ushort_tensor_buffering_t::ext_tensor_in |
The external tensor being input
Definition at line 1422 of file TTL_simplex_scheme.h.
TTL_ext_ushort_tensor_t TTL_simplex_const_ushort_tensor_buffering_t::ext_tensor_out |
The external tensor being output
Definition at line 1423 of file TTL_simplex_scheme.h.
int TTL_simplex_const_ushort_tensor_buffering_t::index |
Describes the current buffer index when pipelining. For single 0->1->0, for double 0->1->0->1... etc
Definition at line 1419 of file TTL_simplex_scheme.h.
The internal base addresses of the pipelined tiles.
Definition at line 1421 of file TTL_simplex_scheme.h.
TTL_int_ushort_sub_tensor_t TTL_simplex_const_ushort_tensor_buffering_t::int_prev_imported |
Definition at line 1430 of file TTL_simplex_scheme.h.
TTL_tile_t TTL_simplex_const_ushort_tensor_buffering_t::next_exported_tile |
Definition at line 1429 of file TTL_simplex_scheme.h.