VisionCpp  0.0.1
Classes | Namespaces | Functions
fuse.hpp File Reference

This file contains the specialisation of the FuseExpr for terminal and non-terminal nodes. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

This file contains the specialisation of the FuseExpr for terminal and non-terminal nodes.

Definition in file fuse.hpp.