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.- Return type
Returns True if the global deterministic flag is turned on. Refer to
torch.use_deterministic_algorithms()
documentation for more details.