![]() |
Tensor Comprehensions
|
"Materialized" TilingView. More...
#include <mapping_options.h>


Public Member Functions | |
| Tiling () | |
| Tiling (const Tiling &t) | |
| Tiling (const TilingProto &proto) | |
| Tiling (const TilingView &view) | |
| Tiling (std::initializer_list< uint64_t > il) | |
| Tiling (const std::vector< uint64_t > &sizes) | |
Public Member Functions inherited from tc::TilingView | |
| TilingView (const TilingView &)=default | |
| Construct a view that refers to a protocol buffers message. More... | |
| TilingView (TilingProto &p) | |
| std::vector< uint64_t > | extractVector () const |
| Return a copy of values as std::vector. More... | |
| size_t | size () const |
| Number of values held. More... | |
| ValueAccessor< uint64_t > | operator[] (size_t i) |
| uint64_t | operator[] (size_t i) const |
| Access the values positionally (x=0, y=1, z=2). More... | |
| TilingView & | operator= (const TilingView &view) |
| Assign the values from another view. More... | |
| bool | operator== (const TilingView &view) const |
| Compare the values with those from another view. More... | |
| bool | operator!= (const TilingView &view) const |
| std::string | toCommaSeparatedString () const |
| Conversion to string and output operators. More... | |
Private Attributes | |
| TilingProto | ownedProto_ |
Additional Inherited Members | |
Public Attributes inherited from tc::TilingView | |
| TilingProto & | proto |
"Materialized" TilingView.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |