#pragma once #include #include #include namespace c10 { struct TORCH_API ObservedOperators { ObservedOperators() = delete; static bool isObserved(const OperatorName& name); static std::unordered_set& getUnobservedOperatorList(); }; } // namespace c10