Sign in
android
/
platform
/
external
/
pytorch
/
53668f8bf6
/
.
/
test
/
cpp
/
api
/
support.cpp
blob: ae9e6debffef52170a102097598f2f3c57bdfd5e [
file
] [
log
] [
blame
]
#include
<test/cpp/api/support.h>
namespace
torch
{
namespace
test
{
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
std
::
mutex
AutoDefaultDtypeMode
::
default_dtype_mutex
;
}
// namespace test
}
// namespace torch