Searched full:non_deterministic (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/ |
H A D | _decorator.py | 34 # with non_deterministic decorator 36 if not isinstance(cls, non_deterministic) and not ( 38 and isinstance(cls.__self__, non_deterministic) 74 class non_deterministic: class 84 "Only `IterDataPipe` can be decorated with `non_deterministic`" 96 raise TypeError(f"{arg} can not be decorated by non_deterministic") 125 "deterministic_fn of `non_deterministic` decorator is required "
|
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/iter/ |
H A D | filelister.py | 25 non_deterministic: Whether to return pathname in sorted order or not. 44 non_deterministic: bool = False, 56 self.non_deterministic: bool = non_deterministic 62 path, self.masks, self.recursive, self.abspath, self.non_deterministic
|
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/utils/ |
H A D | common.py | 183 non_deterministic: bool = False, 201 if not non_deterministic: 208 if not non_deterministic:
|
/aosp_15_r20/external/pytorch/torch/utils/data/ |
H A D | __init__.py | 12 non_deterministic, 70 "non_deterministic",
|
/aosp_15_r20/external/pytorch/benchmarks/dynamo/ |
H A D | torchbench.yaml | 99 non_deterministic:
|
H A D | torchbench.py | 158 return self._config["non_deterministic"]
|
/aosp_15_r20/external/pytorch/test/ |
H A D | allowlist_for_publicAPI.json | 1075 "non_deterministic",
|