#include <TTL_schemes_common.h>
Public Member Functions | |
TTL_local (TENSORTYPE *) int_base[BASES_COUNT] | |
Data Fields | |
int | index |
TTL_tensor< TENSORTYPE > | ext_tensor_in |
TTL_tensor< TENSORTYPE > | ext_tensor_out |
Definition at line 35 of file p/pipelines/TTL_schemes_common.h.
TTL_common_buffering< TENSORTYPE, BASES_COUNT >::TTL_local | ( | TENSORTYPE * | ) |
The internal base addresses of the pipelined tiles.
TTL_tensor<TENSORTYPE> TTL_common_buffering< TENSORTYPE, BASES_COUNT >::ext_tensor_in |
The external tensor being input
Definition at line 40 of file p/pipelines/TTL_schemes_common.h.
TTL_tensor<TENSORTYPE> TTL_common_buffering< TENSORTYPE, BASES_COUNT >::ext_tensor_out |
The external tensor being output
Definition at line 41 of file p/pipelines/TTL_schemes_common.h.
int TTL_common_buffering< TENSORTYPE, BASES_COUNT >::index |
Describes the current buffer index when pipelining. For single 0->1->0, for double 0->1->0->1... etc
Definition at line 36 of file p/pipelines/TTL_schemes_common.h.