Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/data/_utils/
H A Dfetch.py9 def __init__(self, dataset, auto_collation, collate_fn, drop_last): argument
20 def __init__(self, dataset, auto_collation, collate_fn, drop_last): argument
H A Dworker.py237 collate_fn, argument
/aosp_15_r20/external/pytorch/torch/utils/data/
H A Ddataloader.py75 def create_fetcher(kind, dataset, auto_collation, collate_fn, drop_last): argument