xref: /aosp_15_r20/external/pytorch/test/cpp/api/support.cpp (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
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