26 #ifndef LBANN_UNIT_TEST_UTILITIES_TEST_HELPERS_HPP_INCLUDED 27 #define LBANN_UNIT_TEST_UTILITIES_TEST_HELPERS_HPP_INCLUDED 42 return static_cast<bool>(ptr);
48 return static_cast<bool>(ptr);
54 return static_cast<bool>(ptr);
72 const std::vector<El::Int>& sample_size,
88 #endif // LBANN_UNIT_TEST_UTILITIES_TEST_HELPERS_HPP_INCLUDED Basic argument parsing with automatic help messages.
bool IsValidPtr(std::unique_ptr< T > const &ptr) noexcept
lbann::default_arg_parser_type & reset_global_argument_parser()
Return the global LBANN argument parser reset to its default condition.
void construct_all_options()
void mock_data_reader(lbann::trainer &trainer, const std::vector< El::Int > &sample_size, int num_classes)
const data_coordinator & get_data_coordinator() const
User-facing class that represents a set of compute resources.
default_arg_parser_type & global_argument_parser()
void set_mock_dr_metadata(const DataReaderMetaData &drm)