#include <TTL_tensors.h>
Public Member Functions | |
Origin (TTL_shape shape, TTL_offset sub_offset) | |
Data Fields | |
TTL_shape | shape |
The shape of the origin tensor in 3 dimensions. | |
TTL_offset | sub_offset |
The offset of the sub tensor from the origin sensor. | |
Definition at line 394 of file TTL_cpp/TTL_tensors.h.
|
inline |
@Brief Store of the origin information.
shape | The shape of the origin tensor in 3 dimensions |
sub_offset | The offset of the sub tensor from the origin sensor |
Definition at line 401 of file TTL_cpp/TTL_tensors.h.
TTL_shape TTL_sub_tensor< TENSORTYPE >::Origin::shape |
The shape of the origin tensor in 3 dimensions.
Definition at line 403 of file TTL_cpp/TTL_tensors.h.
TTL_offset TTL_sub_tensor< TENSORTYPE >::Origin::sub_offset |
The offset of the sub tensor from the origin sensor.
Definition at line 404 of file TTL_cpp/TTL_tensors.h.