Home
last modified time | relevance | path

Searched refs:is_deterministic_algorithms_warn_only_enabled (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/docs/source/
H A Dtorch.rst702 is_deterministic_algorithms_warn_only_enabled
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dconvert_frame.py203 prior_warn_only = torch.is_deterministic_algorithms_warn_only_enabled()
/aosp_15_r20/external/pytorch/torch/
H A D__init__.py1349 def is_deterministic_algorithms_warn_only_enabled() -> builtins.bool: function
H A Doverrides.py296 torch.is_deterministic_algorithms_warn_only_enabled,
/aosp_15_r20/external/pytorch/torch/_prims_common/
H A D__init__.py1954 if torch.is_deterministic_algorithms_warn_only_enabled():
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py1888 self.warn_only_restore = torch.is_deterministic_algorithms_warn_only_enabled()
1976 warn_only=torch.is_deterministic_algorithms_warn_only_enabled()):
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcodecache.py668 torch.is_deterministic_algorithms_warn_only_enabled(),
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_misc.py7408 prior_warn_only = torch.is_deterministic_algorithms_warn_only_enabled()
7418 warn_only = torch.is_deterministic_algorithms_warn_only_enabled()
7432 assert torch.is_deterministic_algorithms_warn_only_enabled() is False
/aosp_15_r20/external/pytorch/test/
H A Dtest_transformers.py62 previous_warn_only: bool = torch.is_deterministic_algorithms_warn_only_enabled()
H A Dtest_torch.py9596 self.assertEqual(warn_only, torch.is_deterministic_algorithms_warn_only_enabled())
9615 self.assertEqual(warn_only, torch.is_deterministic_algorithms_warn_only_enabled())