#include <io_data_buffer.hpp>
template<typename TensorDataType>
class lbann::data_buffer< TensorDataType >
Definition at line 35 of file io_data_buffer.hpp.
◆ AbsDistMatrixType
template<typename TensorDataType>
◆ data_buffer() [1/2]
template<typename TensorDataType>
◆ data_buffer() [2/2]
template<typename TensorDataType>
◆ copy()
template<typename TensorDataType>
◆ get_data_fetch_future()
template<typename TensorDataType>
◆ get_sample_indices_fetched_per_mb() [1/2]
template<typename TensorDataType>
| const El::Matrix<El::Int>* lbann::data_buffer< TensorDataType >::get_sample_indices_fetched_per_mb |
( |
| ) |
const |
|
inline |
Return the sample indices fetched in the current mini-batch.
Definition at line 107 of file io_data_buffer.hpp.
◆ get_sample_indices_fetched_per_mb() [2/2]
template<typename TensorDataType>
| El::Matrix<El::Int>* lbann::data_buffer< TensorDataType >::get_sample_indices_fetched_per_mb |
( |
| ) |
|
|
inline |
◆ initialize_buffer_for_data_field()
template<typename TensorDataType >
Create a data parallel distributed matrix to hold the input data for the field.
Definition at line 45 of file io_data_buffer_impl.hpp.
◆ is_data_fetched_in_background()
template<typename TensorDataType>
◆ num_samples_ready()
template<typename TensorDataType>
◆ operator=()
template<typename TensorDataType>
◆ serialize()
template<typename TensorDataType >
template<class Archive >
◆ set_data_fetch_future()
template<typename TensorDataType>
| void lbann::data_buffer< TensorDataType >::set_data_fetch_future |
( |
std::future< void > |
future | ) |
|
|
inline |
◆ set_fetch_data_in_background()
template<typename TensorDataType>
◆ m_data_fetch_future
template<typename TensorDataType>
◆ m_fetch_data_in_background
template<typename TensorDataType>
◆ m_indices_fetched_per_mb
template<typename TensorDataType>
1-D Matrix of which indices were fetched in this mini-batch
Definition at line 54 of file io_data_buffer.hpp.
◆ m_input_buffers
template<typename TensorDataType>
Distributed matrix used to stage local data to layer output
Definition at line 50 of file io_data_buffer.hpp.
◆ m_num_samples_fetched
template<typename TensorDataType>
The documentation for this class was generated from the following files: