#include <data_reader_common_HDF5_test_utils.hpp>
|
| void | normalize (lbann::hdf5_data_reader &x, conduit::Node &node, const std::string &path, const conduit::Node &metadata) |
| |
| void | repack_image (lbann::hdf5_data_reader &x, conduit::Node &node, const std::string &path, const conduit::Node &metadata) |
| |
| void | pack (lbann::hdf5_data_reader &x, conduit::Node &node, size_t index) |
| |
| void | parse_schemas (lbann::hdf5_data_reader &x) |
| |
| conduit::Node & | get_data_schema (lbann::hdf5_data_reader &x) |
| |
| conduit::Node & | get_experiment_schema (lbann::hdf5_data_reader &x) |
| |
| void | set_data_schema (lbann::hdf5_data_reader &x, const conduit::Node &s) |
| |
| void | set_experiment_schema (lbann::hdf5_data_reader &x, const conduit::Node &s) |
| |
| void | load_sample (lbann::hdf5_data_reader &x, conduit::Node &node, hid_t file_handle, const std::string &sample_name) |
| |
| void | print_metadata (lbann::hdf5_data_reader &x, std::ostream &os=std::cout) |
| |
| void | set_delete_packed_fields (lbann::hdf5_data_reader &x, const bool flag) |
| |
| bool | fetch_data_field (lbann::hdf5_data_reader &dr, lbann::data_field_type data_field, lbann::CPUMat &X, int data_id, int mb_idx) |
| |
| bool | fetch_datum (lbann::hdf5_data_reader &dr, lbann::CPUMat &X, int data_id, int mb_idx) |
| |
| bool | fetch_response (lbann::hdf5_data_reader &dr, lbann::CPUMat &X, int data_id, int mb_idx) |
| |
| bool | fetch_label (lbann::hdf5_data_reader &dr, lbann::CPUMat &X, int data_id, int mb_idx) |
| |
| int | get_linearized_size (lbann::hdf5_data_reader &dr, lbann::data_field_type const &data_field) |
| |
| void | construct_linearized_size_lookup_tables (lbann::hdf5_data_reader &dr, conduit::Node &node) |
| |
◆ construct_linearized_size_lookup_tables()
| void DataReaderHDF5WhiteboxTester::construct_linearized_size_lookup_tables |
( |
lbann::hdf5_data_reader & |
dr, |
|
|
conduit::Node & |
node |
|
) |
| |
|
inline |
◆ fetch_data_field()
◆ fetch_datum()
◆ fetch_label()
◆ fetch_response()
◆ get_data_schema()
◆ get_experiment_schema()
◆ get_linearized_size()
◆ load_sample()
| void DataReaderHDF5WhiteboxTester::load_sample |
( |
lbann::hdf5_data_reader & |
x, |
|
|
conduit::Node & |
node, |
|
|
hid_t |
file_handle, |
|
|
const std::string & |
sample_name |
|
) |
| |
|
inline |
◆ normalize()
| void DataReaderHDF5WhiteboxTester::normalize |
( |
lbann::hdf5_data_reader & |
x, |
|
|
conduit::Node & |
node, |
|
|
const std::string & |
path, |
|
|
const conduit::Node & |
metadata |
|
) |
| |
|
inline |
◆ pack()
◆ parse_schemas()
◆ print_metadata()
◆ repack_image()
| void DataReaderHDF5WhiteboxTester::repack_image |
( |
lbann::hdf5_data_reader & |
x, |
|
|
conduit::Node & |
node, |
|
|
const std::string & |
path, |
|
|
const conduit::Node & |
metadata |
|
) |
| |
|
inline |
◆ set_data_schema()
◆ set_delete_packed_fields()
◆ set_experiment_schema()
The documentation for this class was generated from the following file: