Home
last modified time | relevance | path

Searched defs:DataPipe (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/data/
H A Dgraph_settings.py41 def _is_sharding_datapipe(datapipe: DataPipe) -> bool:
49 datapipe: DataPipe,
88 def _is_shuffle_datapipe(datapipe: DataPipe) -> bool:
98 datapipe: DataPipe, shuffle: Optional[bool] = None
137 def apply_shuffle_seed(datapipe: DataPipe, rng: Any) -> DataPipe:
141 def _is_random_datapipe(datapipe: DataPipe) -> bool:
145 def apply_random_seed(datapipe: DataPipe, rng: torch.Generator) -> DataPipe:
H A Dgraph.py14 DataPipe = Union[IterDataPipe, MapDataPipe] variable
24 scan_obj: DataPipe, only_datapipe: bool, cache: Set[int]
90 def traverse_dps(datapipe: DataPipe) -> DataPipeGraph:
108 def traverse(datapipe: DataPipe, only_datapipe: Optional[bool] = None) -> DataPipeGraph:
143 datapipe: DataPipe, only_datapipe: bool, cache: Set[int]
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/
H A DREADME.md9 ### Naming
15 ### Constructor
28 ### Iterator
39 ### Length
57 ### Registering DataPipe with functional API
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Ddata_pipe.h149 inline DataPipe::DataPipe() { in DataPipe() function
156 inline DataPipe::DataPipe(uint32_t capacity_num_bytes) { in DataPipe() function
169 inline DataPipe::DataPipe(const MojoCreateDataPipeOptions& options) { in DataPipe() function
/aosp_15_r20/external/libchrome/mojo/core/
H A Dcore_unittest.cc278 TEST_F(CoreTest, DataPipe) { in TEST_F() argument
/aosp_15_r20/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
H A DDataPipe.java14 public interface DataPipe { interface
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dhandle_passing_unittest.cc254 TEST_P(HandlePassingTest, DataPipe) { in TEST_P() argument