The thread-related state. More...
#include <dcnncombined.hpp>
Public Member Functions | |
thread_state (const global_state< PP > &gs) | |
template<typename IIG> | |
void | minibatch_init (IIG &&input_index_generator) |
void | minibatch_run (const global_state< PP > &gs) |
void | minibatch_collect (global_state< PP > &gs) |
std::size_t | minibatch_run_complexity (const global_state< PP > &) |
Public Attributes | |
batch_mapping | bmap |
combined_data< PP > | d |
float | loss |
The thread-related state.
Includes network state related to a minibatch
PP |