Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dpython.h79 py::object wrapper_class = in bind_cpp_module_wrapper() local
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/dataframe/
H A Ddataframes.py399 def batch(self, batch_size=10, drop_last: bool = False, wrapper_class=DataChunkDF): argument