#include <memory_descriptor.hpp>
Public Member Functions | |
| mem_shape_t ()=default | |
| mem_shape_t (uint32_t shape_x_, uint32_t shape_y_, uint32_t row_stride_) | |
| mem_shape_t (const mem_shape_t< 2 > &shape) | |
| mem_shape_t< 2 > & | operator= (const mem_shape_t< 2 > &shape) |
| void | init (uint32_t shape_x_, uint32_t shape_y_, uint32_t row_stride_) |
Public Attributes | |
| uint32_t | x |
| uint32_t | y |
| uint32_t | stride |
|
inlinedefault |
|
inline |
|
inline |
|
inline |
|
inline |
| uint32_t gpu::xetla::mem_shape_t< 2 >::stride |
| uint32_t gpu::xetla::mem_shape_t< 2 >::x |
| uint32_t gpu::xetla::mem_shape_t< 2 >::y |