Home
last modified time | relevance | path

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.py34 # 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 Dfilelister.py25 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 Dcommon.py183 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__.py12 non_deterministic,
70 "non_deterministic",
/aosp_15_r20/external/pytorch/benchmarks/dynamo/
H A Dtorchbench.yaml99 non_deterministic:
H A Dtorchbench.py158 return self._config["non_deterministic"]
/aosp_15_r20/external/pytorch/test/
H A Dallowlist_for_publicAPI.json1075 "non_deterministic",