Home
last modified time | relevance | path

Searched defs:GlobalStateGuard (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dguards.cpp506 struct GlobalStateGuard { struct
509 inline void init() { in init()
527 inline bool check() const { in check()
543 inline std::string reason() const { in reason()
568 bool _grad_mode;
569 bool _torch_function;
570 bool _torch_function_all_disabled;
571 bool _deterministic_algorithms;
572 bool _deterministic_algorithms_warn_only;
573 bool _allow_tf32;
[all …]