|
NForge
Tensor library
|
This is the complete list of members for TensorLayout, including all inherited members.
| offset | TensorLayout | |
| operator!=(const TensorLayout &rhs) const | TensorLayout | |
| operator==(const TensorLayout &rhs) const | TensorLayout | |
| rank | TensorLayout | |
| shape | TensorLayout | |
| strides | TensorLayout | |
| TensorLayout() | TensorLayout | inline |
| TensorLayout(const Tensor::Shape &_shape) | TensorLayout | |
| TensorLayout(const Tensor::Shape &_shape, const std::vector< size_t > &_strides) | TensorLayout | |
| TensorLayout(const Tensor::Shape &_shape, const std::vector< size_t > &_strides, size_t _offset) | TensorLayout | |
| TensorLayout(std::array< size_t, MAX_DIMS > _shape, std::array< size_t, MAX_DIMS > _strides, size_t _offset, size_t _rank) | TensorLayout |