tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
StridedLayout< NumberOfDims > Member List

This is the complete list of members for StridedLayout< NumberOfDims >, including all inherited members.

compute_flat_index(const my_size_t *indices) constStridedLayout< NumberOfDims >inline
compute_indices_from_flat(my_size_t flatIdx, my_size_t(&indices)[NumberOfDims]) const noexceptStridedLayout< NumberOfDims >inline
compute_row_major_strides() noexceptStridedLayout< NumberOfDims >inline
computeOffsetFromFlat(my_size_t flat) const noexceptStridedLayout< NumberOfDims >inline
getDim(my_size_t i) constStridedLayout< NumberOfDims >inline
getNumDims() const noexceptStridedLayout< NumberOfDims >inline
getStride(my_size_t i) constStridedLayout< NumberOfDims >inline
operator=(const StridedLayout &other)=defaultStridedLayout< NumberOfDims >
operator=(StridedLayout &&other)=defaultStridedLayout< NumberOfDims >
shapeStridedLayout< NumberOfDims >
strideStridedLayout< NumberOfDims >
StridedLayout(const my_size_t dims[NumberOfDims]) noexceptStridedLayout< NumberOfDims >inline
StridedLayout(const StridedLayout &other)=defaultStridedLayout< NumberOfDims >
StridedLayout(StridedLayout &&other)=defaultStridedLayout< NumberOfDims >