asgn
 
Loading...
Searching...
No Matches
dcnnasgn::global_state< PP > Class Template Reference

The global state, shared by all threads. More...

#include <dcnncombined.hpp>

Public Member Functions

 global_state (std::size_t batch_size)
 
void read_data (const std::filesystem::path &data_folder)
 
void init (std::mt19937_64 &eng)
 
void load_model (const std::filesystem::path &data_folder)
 
std::size_t input_size () const
 

Public Attributes

test_labels_t test_labels
 
test_images_t test_images
 
combined_model< PP > m
 
batch_range br
 

Detailed Description

template<is_policy PP>
class dcnnasgn::global_state< PP >

The global state, shared by all threads.

Includes the testing dataset, network model and meta-parameters

Template Parameters
PPPermutation policy

The documentation for this class was generated from the following file: