#include <TTL_simplex_scheme.h>
Data Fields | ||
struct { | ||
int index | ||
__local void * int_base [3] | ||
TTL_ext_void_tensor_t ext_tensor_in | ||
TTL_ext_void_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_void_sub_tensor_t | int_prev_imported | |
Definition at line 61 of file TTL_simplex_scheme.h.
struct { ... } TTL_simplex_const_void_tensor_buffering_t::common |
The information that is common to all pipeline schemes.
TTL_event_t* TTL_simplex_const_void_tensor_buffering_t::event_in |
Definition at line 70 of file TTL_simplex_scheme.h.
TTL_event_t* TTL_simplex_const_void_tensor_buffering_t::event_out |
Definition at line 71 of file TTL_simplex_scheme.h.
TTL_ext_void_tensor_t TTL_simplex_const_void_tensor_buffering_t::ext_tensor_in |
The external tensor being input
Definition at line 66 of file TTL_simplex_scheme.h.
TTL_ext_void_tensor_t TTL_simplex_const_void_tensor_buffering_t::ext_tensor_out |
The external tensor being output
Definition at line 67 of file TTL_simplex_scheme.h.
int TTL_simplex_const_void_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 63 of file TTL_simplex_scheme.h.
__local void* TTL_simplex_const_void_tensor_buffering_t::int_base[3] |
The internal base addresses of the pipelined tiles.
Definition at line 65 of file TTL_simplex_scheme.h.
TTL_int_void_sub_tensor_t TTL_simplex_const_void_tensor_buffering_t::int_prev_imported |
Definition at line 74 of file TTL_simplex_scheme.h.
TTL_tile_t TTL_simplex_const_void_tensor_buffering_t::next_exported_tile |
Definition at line 73 of file TTL_simplex_scheme.h.