VisionCpp
0.0.1
|
This file contains the specialisation of the FuseExpr for terminal and non-terminal nodes. More...
Go to the source code of this file.
Classes | |
struct | visioncpp::internal::FuseExpr< LCIn, LRIn, LCT, LRT, Expr, DeviceT > |
the FuseExpr when the expression type is not a terminal node (leafNode). More... | |
struct | visioncpp::internal::FuseExpr< LC, LR, LCT, LRT, LeafNode< RHS, LVL >, DeviceT > |
specialisation of Fuse struct when the Expr is a terminal node (leafNode) More... | |
Namespaces | |
visioncpp | |
VisionCpp namespace. | |
visioncpp::internal | |
Internal implementations. | |
Functions | |
template<size_t LC, size_t LR, size_t LCT, size_t LRT, typename Expr , typename DeviceT > | |
void | visioncpp::internal::fuse (Expr expr, const DeviceT &dev) |
function fuse More... | |
This file contains the specialisation of the FuseExpr for terminal and non-terminal nodes.
Definition in file fuse.hpp.