struct that contains a raw unwrapped batch unit. More...
#include <chunk.h>
Public Member Functions | |
| UnwrappedBatchData (UnwrappedBatchType data) | |
| UnwrappedBatchData (std::exception_ptr e) | |
Data Fields | |
| UnwrappedBatchType | batch_data |
| batch data to return | |
| std::exception_ptr | exception |
| exception pointer which captures any abnormal exceptions while creating the batch. More... | |
struct that contains a raw unwrapped batch unit.
An unwrapped batch unit is the raw data without 'optional' wrapper. It can be a collection of images, utterances, e.t.c.
| std::exception_ptr torch::data::datasets::detail::BatchDataBuffer< UnwrappedBatch, ExampleSampler >::UnwrappedBatchData::exception |
1.8.11