Skip to content

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.

Parameters
expr Expression instance to query.
Template parameters
T Expression type.
Returns
Shape of expr.

Fully qualified name: kfr::get_shape(T &&)

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.

Template parameters
T Expression type.
Returns
Static shape of T.

Fully qualified name: kfr::get_shape()

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.