Tensor Tiling Library
 
Loading...
Searching...
No Matches
TTL_sub_tensor< TENSORTYPE >::Origin Struct Reference

#include <TTL_tensors.h>

Collaboration diagram for TTL_sub_tensor< TENSORTYPE >::Origin:

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.
 

Detailed Description

template<typename TENSORTYPE>
struct TTL_sub_tensor< TENSORTYPE >::Origin

Definition at line 394 of file TTL_cpp/TTL_tensors.h.

Constructor & Destructor Documentation

◆ Origin()

template<typename TENSORTYPE>
TTL_sub_tensor< TENSORTYPE >::Origin::Origin ( TTL_shape shape,
TTL_offset sub_offset )
inline

@Brief Store of the origin information.

Parameters
shapeThe shape of the origin tensor in 3 dimensions
sub_offsetThe offset of the sub tensor from the origin sensor

Definition at line 401 of file TTL_cpp/TTL_tensors.h.

Field Documentation

◆ shape

template<typename TENSORTYPE>
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.

◆ sub_offset

template<typename TENSORTYPE>
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.


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