Home
last modified time | relevance | path

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

/external/pytorch/torch/utils/data/_utils/
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
Dworker.py237 collate_fn, argument
/external/pytorch/torch/utils/data/
Ddataloader.py75 def create_fetcher(kind, dataset, auto_collation, collate_fn, drop_last): argument