Searched defs:tensor_expression (Results 1 – 1 of 1) sorted by relevance
52 struct tensor_expression struct56 using expression_type = E;57 using type_category = tensor_tag;58 using tensor_type = T;61 auto const& operator()() const { return *static_cast<const expression_type*> (this); } in operator ()()