ceras
yet another deep learning engine
Classes | Namespaces | Functions
model.hpp File Reference
#include "./includes.hpp"
#include "./operation.hpp"
#include "./place_holder.hpp"
#include "./tensor.hpp"
#include "./utils/better_assert.hpp"
#include "./utils/context_cast.hpp"
#include "./utils/tqdm.hpp"

Go to the source code of this file.

Classes

struct  ceras::compiled_model< Model, Optimizer, Loss >
 
struct  ceras::model< Ex, Ph >
 

Namespaces

 ceras
 

Functions

template<Expression Ex>
void ceras::make_trainable (Ex &ex, bool t)
 
template<Expression Ex, Place_Holder Ph, Expression Ey>
auto ceras::replace_placeholder_with_expression (Ex const &ex, Ph const &old_place_holder, Ey const &new_expression)
 
template<typename Model , typename Optimizer , typename Loss >
auto ceras::make_compiled_model (Model const &m, Loss const &l, Optimizer const &o)