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

#include <place_holder.hpp>

Inheritance diagram for ceras::place_holder< Tsor >:

Public Types

typedef Tsor tensor_type
 

Public Member Functions

 place_holder (place_holder const &other)=default
 
 place_holder (place_holder &&other)=default
 
place_holderoperator= (place_holder const &other)=default
 
place_holderoperator= (place_holder &&other)=default
 
 place_holder ()
 
 place_holder (std::vector< unsigned long > const &shape_hint)
 
void bind (Tsor data)
 
Tsor const forward () const
 
void reset ()
 
void backward (auto) const noexcept
 

Member Typedef Documentation

◆ tensor_type

template<Tensor Tsor>
typedef Tsor ceras::place_holder< Tsor >::tensor_type

Constructor & Destructor Documentation

◆ place_holder() [1/4]

template<Tensor Tsor>
ceras::place_holder< Tsor >::place_holder ( place_holder< Tsor > const &  other)
default

◆ place_holder() [2/4]

template<Tensor Tsor>
ceras::place_holder< Tsor >::place_holder ( place_holder< Tsor > &&  other)
default

◆ place_holder() [3/4]

template<Tensor Tsor>
ceras::place_holder< Tsor >::place_holder ( )
inline

◆ place_holder() [4/4]

template<Tensor Tsor>
ceras::place_holder< Tsor >::place_holder ( std::vector< unsigned long > const &  shape_hint)
inline

Member Function Documentation

◆ backward()

template<Tensor Tsor>
void ceras::place_holder< Tsor >::backward ( auto  ) const
inlinenoexcept

◆ bind()

template<Tensor Tsor>
void ceras::place_holder< Tsor >::bind ( Tsor  data)
inline

◆ forward()

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

◆ operator=() [1/2]

template<Tensor Tsor>
place_holder& ceras::place_holder< Tsor >::operator= ( place_holder< Tsor > &&  other)
default

◆ operator=() [2/2]

template<Tensor Tsor>
place_holder& ceras::place_holder< Tsor >::operator= ( place_holder< Tsor > const &  other)
default

◆ reset()

template<Tensor Tsor>
void ceras::place_holder< Tsor >::reset ( )
inline

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