Tensor Tiling Library
 
Loading...
Searching...
No Matches
TTL_io_uint_tensor_t Struct Reference

Describes a pair of internal Tensors after an operation. More...

#include <TTL_schemes_common.h>

Collaboration diagram for TTL_io_uint_tensor_t:

Data Fields

TTL_int_uint_sub_tensor_t imported_to
 The TTL_int_sub_tensor_t that was most recently imported.
 
TTL_int_uint_sub_tensor_t to_export_from
 The TTL_int_sub_tensor_t that will be exported next.
 

Detailed Description

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 333 of file TTL_schemes_common.h.

Field Documentation

◆ imported_to

TTL_int_uint_sub_tensor_t TTL_io_uint_tensor_t::imported_to

The TTL_int_sub_tensor_t that was most recently imported.

Definition at line 334 of file TTL_schemes_common.h.

◆ to_export_from

TTL_int_uint_sub_tensor_t TTL_io_uint_tensor_t::to_export_from

The TTL_int_sub_tensor_t that will be exported next.

Definition at line 335 of file TTL_schemes_common.h.


The documentation for this struct was generated from the following file: