Searched refs:is_deterministic_algorithms_warn_only_enabled (Results 1 – 10 of 10) sorted by relevance
702 is_deterministic_algorithms_warn_only_enabled
203 prior_warn_only = torch.is_deterministic_algorithms_warn_only_enabled()
1349 def is_deterministic_algorithms_warn_only_enabled() -> builtins.bool: function
296 torch.is_deterministic_algorithms_warn_only_enabled,
1954 if torch.is_deterministic_algorithms_warn_only_enabled():
1888 self.warn_only_restore = torch.is_deterministic_algorithms_warn_only_enabled()1976 warn_only=torch.is_deterministic_algorithms_warn_only_enabled()):
668 torch.is_deterministic_algorithms_warn_only_enabled(),
7408 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
62 previous_warn_only: bool = torch.is_deterministic_algorithms_warn_only_enabled()
9596 self.assertEqual(warn_only, torch.is_deterministic_algorithms_warn_only_enabled())9615 self.assertEqual(warn_only, torch.is_deterministic_algorithms_warn_only_enabled())