![]() |
ceras
yet another deep learning engine
|
#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> |