Home
last modified time | relevance | path

Searched defs:dataframe (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/google-api-python-client/scripts/
Dchangesummary.py355 def _get_summary_and_write_to_disk(self, dataframe, directory): argument
397 def _write_verbose_changes_to_disk(self, dataframe, directory, summary_df): argument
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/
H A D__init__.py1 from torch.utils.data.datapipes import dataframe as dataframe, iter as iter, map as map unknown
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/dataframe/
H A Ddataframes.py143 def apply_ops_2(self, dataframe): argument
274 def apply_ops(self, dataframe): argument
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dtype_builders.cc236 perfetto_sql::RowDataframe dataframe; member