1 #include <test/cpp/api/support.h> 2 3 namespace torch { 4 namespace test { 5 6 std::mutex AutoDefaultDtypeMode::default_dtype_mutex; 7 8 } // namespace test 9 } // namespace torch 10