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