LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
data_store_conduit.hpp File Reference
#include "lbann_config.hpp"
#include "conduit/conduit_node.hpp"
#include "lbann/base.hpp"
#include "lbann/comm.hpp"
#include "lbann/utils/exception.hpp"
#include <mutex>
#include <unordered_map>
#include <unordered_set>
Include dependency graph for data_store_conduit.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  lbann::size_t_pair_hash
 
class  lbann::data_store_conduit
 

Namespaces

 lbann
 

Macros

#define LBANN_SAMPLE_ID_PAD   9
 
#define LBANN_DATA_ID_STR(data_id)   lbann::pad(std::to_string(data_id), LBANN_SAMPLE_ID_PAD, '0')
 

Macro Definition Documentation

◆ LBANN_DATA_ID_STR

#define LBANN_DATA_ID_STR (   data_id)    lbann::pad(std::to_string(data_id), LBANN_SAMPLE_ID_PAD, '0')

Definition at line 46 of file data_store_conduit.hpp.

◆ LBANN_SAMPLE_ID_PAD

#define LBANN_SAMPLE_ID_PAD   9

Definition at line 45 of file data_store_conduit.hpp.