Sign in
android
/
platform
/
external
/
pytorch
/
682dec2cea
/
.
/
caffe2
/
utils
/
thread_name.h
blob: aece335c23dbcb0ddfee3c97470263b20c7a8308 [
file
] [
log
] [
blame
]
#pragma
once
#include
<string>
namespace
caffe2
{
void
setThreadName
(
std
::
string
name
);
}
// namespace caffe2