![]() |
ceras
yet another deep learning engine
|
#include <place_holder.hpp>
Public Types | |
typedef Tsor | tensor_type |
Public Member Functions | |
place_holder (place_holder const &other)=default | |
place_holder (place_holder &&other)=default | |
place_holder & | operator= (place_holder const &other)=default |
place_holder & | operator= (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 |
typedef Tsor ceras::place_holder< Tsor >::tensor_type |
|
default |
|
default |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
default |
|
default |
|
inline |