| AlignedNDArray(AlignedNDArray &&other)=default | hwy::AlignedNDArray< T, axes > | |
| AlignedNDArray(std::array< size_t, axes > shape) | hwy::AlignedNDArray< T, axes > | inlineexplicit |
| buffer_ | hwy::AlignedNDArray< T, axes > | private |
| ComputeSizes(std::array< size_t, axes > shape) | hwy::AlignedNDArray< T, axes > | inlineprivatestatic |
| data() | hwy::AlignedNDArray< T, axes > | inline |
| data() const | hwy::AlignedNDArray< T, axes > | inline |
| memory_shape() const | hwy::AlignedNDArray< T, axes > | inline |
| memory_shape_ | hwy::AlignedNDArray< T, axes > | private |
| memory_size() const | hwy::AlignedNDArray< T, axes > | inline |
| memory_sizes_ | hwy::AlignedNDArray< T, axes > | private |
| Offset(std::array< const size_t, axes - 1 > indices) const | hwy::AlignedNDArray< T, axes > | inlineprivate |
| operator=(AlignedNDArray &&other)=default | hwy::AlignedNDArray< T, axes > | |
| operator[](std::array< const size_t, axes - 1 > indices) | hwy::AlignedNDArray< T, axes > | inline |
| operator[](std::array< const size_t, axes - 1 > indices) const | hwy::AlignedNDArray< T, axes > | inline |
| shape() const | hwy::AlignedNDArray< T, axes > | inline |
| shape_ | hwy::AlignedNDArray< T, axes > | private |
| size() const | hwy::AlignedNDArray< T, axes > | inline |
| sizes_ | hwy::AlignedNDArray< T, axes > | private |
| truncate(const std::array< size_t, axes > &new_shape) | hwy::AlignedNDArray< T, axes > | inline |