|
template<typename Architecture_t > |
auto | TMVA::DNN::testIdentity () -> typename Architecture_t::Scalar_t |
| Test the data loader by loading identical input and output data, running it through an identity neural network and computing the the mean squared error. More...
|
|
template<typename Architecture_t > |
auto | TMVA::DNN::testSum () -> typename Architecture_t::Scalar_t |
| Test that the data loader loads all data in the data set by summing up all elements batch wise and comparing to the result over the complete data set. More...
|
|