Tenncor
Classes | Namespaces | Functions | Variables
constant.hpp File Reference
#include "tag/prop.hpp"
#include "eteq/ileaf.hpp"
#include "eteq/inode.hpp"
Include dependency graph for constant.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  eteq::Constant< T >
 Constant implementation of Eigen leaf tensor. More...
 
struct  eteq::ConstantNode< T >
 Constant's node wrapper. More...
 

Namespaces

 eteq
 

Functions

template<typename T >
NodeptrT< T > eteq::make_constant_scalar (T scalar, teq::Shape shape)
 Return constant node given scalar and shape. More...
 
template<typename T >
NodeptrT< T > eteq::make_constant (T *data, teq::Shape shape)
 Return constant node given raw array and shape. More...
 

Variables

static const size_t eteq::label_limit = 5