Home
last modified time | relevance | path

Searched defs:UnwrappedBatchData (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/data/datasets/
H A Dchunk.h212 struct UnwrappedBatchData { struct
213 explicit UnwrappedBatchData(UnwrappedBatchType data) in UnwrappedBatchData() function
217 explicit UnwrappedBatchData(std::exception_ptr e) : exception(e) {} in UnwrappedBatchData() function
228 std::queue<UnwrappedBatchData> batch_queue_; argument