Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
Loading...
Searching...
No Matches
txeo::Loss< T > Member List

This is the complete list of members for txeo::Loss< T >, including all inherited members.

get_loss(const txeo::Tensor< T > &pred) consttxeo::Loss< T >
label() consttxeo::Loss< T >inline
lche(const txeo::Tensor< T > &pred) consttxeo::Loss< T >inline
log_cosh_error(const txeo::Tensor< T > &pred) consttxeo::Loss< T >
Loss(const Loss &)=defaulttxeo::Loss< T >
Loss(Loss &&)=defaulttxeo::Loss< T >
Loss(txeo::Tensor< T > &&label, txeo::LossFunc func=txeo::LossFunc::MSE)txeo::Loss< T >explicit
Loss(const txeo::Tensor< T > &label, txeo::LossFunc func=txeo::LossFunc::MSE)txeo::Loss< T >inlineexplicit
mae(const txeo::Tensor< T > &pred) consttxeo::Loss< T >inline
mean_absolute_error(const txeo::Tensor< T > &pred) consttxeo::Loss< T >
mean_squared_error(const txeo::Tensor< T > &pred) consttxeo::Loss< T >
mean_squared_logarithmic_error(const txeo::Tensor< T > &pred) consttxeo::Loss< T >
mse(const txeo::Tensor< T > &pred) consttxeo::Loss< T >inline
msle(const txeo::Tensor< T > &pred) consttxeo::Loss< T >inline
operator=(const Loss &)=defaulttxeo::Loss< T >
operator=(Loss &&)=defaulttxeo::Loss< T >
set_loss(txeo::LossFunc func)txeo::Loss< T >
~Loss()=defaulttxeo::Loss< T >