|
SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
|
A tile is a rectangular portion of a larger Tensor. More...
#include <tensor.h>
Public Member Functions | |
| Tile () | |
| Construct a new blank Tile. More... | |
Public Attributes | |
| Tensor * | tensor |
| The new smaller Tensor of this tile. | |
| std::vector< int > | origin |
| The tile's coordinate origins in the original tensor. | |
| bool | hasOrigin |
| True if the tile has its origin set. | |
| bool | hasData |
| True if we have copied data to this tile. | |
|
inline |
Construct a new blank Tile.
Set the properties of this Tile using TiledTensor::setTile
1.8.18