torch.are_deterministic_algorithms_enabled¶
-
torch.are_deterministic_algorithms_enabled()[source]¶ Returns True if the global deterministic flag is turned on. Refer to
torch.use_deterministic_algorithms()documentation for more details.
torch.are_deterministic_algorithms_enabled()[source]¶Returns True if the global deterministic flag is turned on. Refer to
torch.use_deterministic_algorithms() documentation for more details.