Describes a pair of internal Tensors after an operation. More...
#include <TTL_schemes_common.h>
Data Fields | |
TTL_int_uchar_sub_tensor_t | imported_to |
The TTL_int_sub_tensor_t that was most recently imported. | |
TTL_int_uchar_sub_tensor_t | to_export_from |
The TTL_int_sub_tensor_t that will be exported next. | |
Describes a pair of internal Tensors after an operation.
The most likely usage is that compute input comes from the imported_to TTL_int_tensor_t and the compute output goes to the to_export_from TTL_int_tensor_t.
Definition at line 199 of file TTL_schemes_common.h.
TTL_int_uchar_sub_tensor_t TTL_io_uchar_tensor_t::imported_to |
The TTL_int_sub_tensor_t that was most recently imported.
Definition at line 200 of file TTL_schemes_common.h.
TTL_int_uchar_sub_tensor_t TTL_io_uchar_tensor_t::to_export_from |
The TTL_int_sub_tensor_t that will be exported next.
Definition at line 201 of file TTL_schemes_common.h.