mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
10 lines
167 B
C++
10 lines
167 B
C++
|
|
#include <test/cpp/api/support.h>
|
||
|
|
|
||
|
|
namespace torch {
|
||
|
|
namespace test {
|
||
|
|
|
||
|
|
std::mutex AutoDefaultDtypeMode::default_dtype_mutex;
|
||
|
|
|
||
|
|
} // namespace test
|
||
|
|
} // namespace torch
|