Home
last modified time | relevance | path

Searched defs:datapipe (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/
H A D_hook_iterator.py46 def _generate_iterdatapipe_msg(datapipe, simplify_dp_name: bool = False): argument
55 def _gen_invalid_iterdatapipe_msg(datapipe): argument
70 def _check_iterator_valid(datapipe, iterator_id, next_method_exists=False) -> None: argument
104 def _set_datapipe_valid_iterator_id(datapipe): argument
129 def profiler_record_fn_context(datapipe): argument
144 def __init__(self, iterator, datapipe, iterator_id, has_next_method): argument
H A Ddatapipe.py368 def __init__(self, datapipe): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_datapipe.py556 def _helper(datapipe): argument
753 def _serialization_test_helper(self, datapipe, use_dill): argument
2107 def _serialization_test_helper(self, datapipe, use_dill): argument
3805 def _yield_count_test_helper(self, datapipe, n_expected_samples): argument
3959 self, datapipe, fast_forward_fn, expected_res, n_iterations=3, rng=None argument
4056 def _snapshot_test_helper(self, datapipe, expected_res, n_iter=3, rng=None): argument
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/iter/
H A Dstreamreader.py32 def __init__(self, datapipe, chunk=None): argument
/aosp_15_r20/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DReadAndDispatchMessageTest.java58 Pair<DataPipe.ProducerHandle, DataPipe.ConsumerHandle> datapipe = core.createDataPipe(null); in setUp() local
/aosp_15_r20/external/pytorch/test/profiler/
H A Dtest_record_function.py123 def __init__(self, datapipe): argument