NForge
Tensor library
Loading...
Searching...
No Matches
TensorLayout Member List

This is the complete list of members for TensorLayout, including all inherited members.

offsetTensorLayout
operator!=(const TensorLayout &rhs) constTensorLayout
operator==(const TensorLayout &rhs) constTensorLayout
rankTensorLayout
shapeTensorLayout
stridesTensorLayout
TensorLayout()TensorLayoutinline
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