ceras
yet another deep learning engine
Public Attributes | List of all members
ceras::variable_state< Tsor > Struct Template Reference

#include <variable.hpp>

Public Attributes

Tsor data_
 
Tsor gradient_
 
std::vector< Tsor > contexts_
 

Member Data Documentation

◆ contexts_

template<Tensor Tsor>
std::vector<Tsor> ceras::variable_state< Tsor >::contexts_

◆ data_

template<Tensor Tsor>
Tsor ceras::variable_state< Tsor >::data_

◆ gradient_

template<Tensor Tsor>
Tsor ceras::variable_state< Tsor >::gradient_

The documentation for this struct was generated from the following file: