LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
data_packer.hpp File Reference
#include "lbann_config.hpp"
#include "lbann/base.hpp"
#include "lbann/data_readers/utils/input_data_type.hpp"
Include dependency graph for data_packer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 conduit
 
 lbann
 
 lbann::data_packer
 

Functions

void lbann::data_packer::extract_data_fields_from_samples (std::vector< conduit::Node > const &samples, std::map< data_field_type, CPUMat *> &input_buffers)
 Copy data fields from Conduit nodes to Hydrogen matrices. More...
 
size_t lbann::data_packer::extract_data_field_from_sample (data_field_type const &data_field, conduit::Node const &sample, CPUMat &X, size_t sample_idx)
 Copies data from the requested data field into the Hydrogen matrix. More...