#include namespace torch { MobileObserverConfig& observerConfig() { static MobileObserverConfig instance; return instance; } } // namespace torch