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

Creates a constant expression from a tensor-like object. More...

#include <constant.hpp>

Inheritance diagram for ceras::constant< Tsor >:

Public Member Functions

 constant (Tsor const &data)
 
void backward (auto) const
 
Tsor forward () const
 
auto shape () const
 

Public Attributes

Tsor data_
 

Detailed Description

template<Tensor Tsor>
struct ceras::constant< Tsor >

Creates a constant expression from a tensor-like object.

auto c = constant{ zeros<float>( {3, 3, 3} ) };
constant(Tsor const &data)
Definition: constant.hpp:25

Constructor & Destructor Documentation

◆ constant()

template<Tensor Tsor>
ceras::constant< Tsor >::constant ( Tsor const &  data)
inline

Member Function Documentation

◆ backward()

template<Tensor Tsor>
void ceras::constant< Tsor >::backward ( auto  ) const
inline

◆ forward()

template<Tensor Tsor>
Tsor ceras::constant< Tsor >::forward ( ) const
inline

◆ shape()

template<Tensor Tsor>
auto ceras::constant< Tsor >::shape ( ) const
inline

Member Data Documentation

◆ data_

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

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