Searched defs:source_datapipe (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/dataframe/ |
H A D | datapipes.py | 21 def __init__(self, source_datapipe): argument 32 def __init__(self, source_datapipe): argument 44 def __init__(self, source_datapipe, batch=3): argument 61 def __init__(self, source_datapipe): argument 85 def __init__(self, source_datapipe, filter_fn): argument 113 def __init__(self, source_datapipe, dataframe_size=10, columns=None): argument
|
H A D | dataframes.py | 45 def __init__(self, source_datapipe, output_var): argument 443 source_datapipe: Optional[Any] = None variable in DataFrameTracer 453 def __init__(self, source_datapipe, schema_df=None): argument
|