ceras
yet another deep learning engine
All Classes Namespaces Files Functions Variables Typedefs Macros
Classes | Namespaces | Variables
constant.hpp File Reference
#include "./includes.hpp"
#include "./tensor.hpp"
#include "./utils/id.hpp"
#include "./utils/better_assert.hpp"
#include "./utils/enable_shared.hpp"

Go to the source code of this file.

Classes

struct  ceras::constant< Tsor >
 Creates a constant expression from a tensor-like object. More...
 
struct  ceras::is_constant< T >
 
struct  ceras::is_constant< constant< Tsor > >
 

Namespaces

 ceras
 

Variables

template<class T >
constexpr bool ceras::is_constant_v = is_constant<T>::value
 
template<typename T >
concept ceras::Constant = is_constant_v<T>