Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/data/_utils/
H A Dcollate.py337 def default_collate(batch): function
/aosp_15_r20/external/pytorch/torch/utils/data/
H A Ddataloader.py62 default_collate: _collate_fn_t = _utils.collate.default_collate variable