Function get_shape¶
function get_shape(T &&) base¶
template <typename T>
constexpr inline shape<expression_dims<T>> get_shape(T&& expr) { … } Returns the shape of an expression instance.
| expr | Expression instance to query. |
| T | Expression type. |
Shape of expr. |
Fully qualified name: kfr::get_shape(T &&)
Declared at base/expression.hpp:102
Function get_shape¶
function get_shape() base¶
template <typename T>
constexpr inline shape<expression_dims<T>> get_shape() { … } Returns the static shape of an expression type.
| T | Expression type. |
Static shape of T. |
Fully qualified name: kfr::get_shape()
Declared at base/expression.hpp:113
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.