|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include <lbann/data_coordinator/data_coordinator.hpp>#include <lbann/trainers/trainer.hpp>#include <lbann/utils/argument_parser.hpp>#include <lbann/utils/options.hpp>#include <memory>Go to the source code of this file.
Namespaces | |
| unit_test | |
| unit_test::utilities | |
Functions | |
| template<typename T > | |
| bool | unit_test::utilities::IsValidPtr (std::unique_ptr< T > const &ptr) noexcept |
| template<typename T > | |
| bool | unit_test::utilities::IsValidPtr (std::shared_ptr< T > const &ptr) noexcept |
| template<typename T > | |
| bool | unit_test::utilities::IsValidPtr (T const *ptr) noexcept |
| lbann::default_arg_parser_type & | unit_test::utilities::reset_global_argument_parser () |
| Return the global LBANN argument parser reset to its default condition. More... | |
| void | unit_test::utilities::mock_data_reader (lbann::trainer &trainer, const std::vector< El::Int > &sample_size, int num_classes) |