Searched defs:DataPipe (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/torch/utils/data/ |
H A D | graph_settings.py | 41 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 D | graph.py | 14 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 D | README.md | 9 ### Naming 15 ### Constructor 28 ### Iterator 39 ### Length 57 ### Registering DataPipe with functional API
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/ |
H A D | data_pipe.h | 149 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 D | core_unittest.cc | 278 TEST_F(CoreTest, DataPipe) { in TEST_F() argument
|
/aosp_15_r20/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/ |
H A D | DataPipe.java | 14 public interface DataPipe { interface
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | handle_passing_unittest.cc | 254 TEST_P(HandlePassingTest, DataPipe) { in TEST_P() argument
|