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