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

This is the complete list of members for PermutedView< Tensor, N >, including all inherited members.

derived() constBaseExpr< PermutedView< Tensor, N > >inline
DimPermutedView< Tensor, N >static
evalu(my_size_t flat) const noexceptPermutedView< Tensor, N >inline
getDim(my_size_t i) constPermutedView< Tensor, N >inline
getNumDims() const noexceptPermutedView< Tensor, N >inline
getShape() constPermutedView< Tensor, N >inline
getTotalSize() const noexceptPermutedView< Tensor, N >inline
may_alias(const Output &output) const noexceptPermutedView< Tensor, N >inline
NumDimsPermutedView< Tensor, N >static
operator()(Indices... indices) const noexceptPermutedView< Tensor, N >inline
operator()(my_size_t(&indices)[NumDims]) const noexceptPermutedView< Tensor, N >inline
operator()(const my_size_t *indices) const noexceptPermutedView< Tensor, N >inline
operator=(const PermutedView &)=deletePermutedView< Tensor, N >
operator=(PermutedView &&)=deletePermutedView< Tensor, N >
PermutedView(const Tensor &t, const my_size_t perm[NumDims])PermutedView< Tensor, N >inlineexplicit
PermutedView(const PermutedView &)=deletePermutedView< Tensor, N >
PermutedView(PermutedView &&)=deletePermutedView< Tensor, N >
TotalSizePermutedView< Tensor, N >static
transpose() const noexceptPermutedView< Tensor, N >inline
value_type typedefPermutedView< Tensor, N >