Searched defs:source_dp (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/ |
H A D | datapipe.py | 162 def class_function(cls, enable_df_api_tracing, source_dp, *args, **kwargs): argument 308 def class_function(cls, source_dp, *args, **kwargs): argument
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_datapipe.py | 2792 def __init__(self, source_dp, v=1): argument 3021 def __init__(self, fn, source_dp=None): argument 3169 def __init__(self, fn, source_dp=None): argument
|