class expression_reshape<Arg, OutDims> expressions¶
template <typename Arg, index_t OutDims>
struct expression_reshape : public expression_with_arguments<Arg> { … } typedef ArgTraits ¶
using ArgTraits = typename expression_with_arguments<Arg>::first_arg_traits Defined at base/basic_expressions.hpp:551
variable in_shape ¶
Defined at base/basic_expressions.hpp:552
variable out_shape ¶
shape<OutDims> out_shape Defined at base/basic_expressions.hpp:553
constructor expression_reshape<Arg, OutDims>(Arg &&, const shape<OutDims> &) ¶
Defined at base/basic_expressions.hpp:555
Defined at base/basic_expressions.hpp:549