blob: aece335c23dbcb0ddfee3c97470263b20c7a8308 [file] [log] [blame]
#pragma once
#include <string>
namespace caffe2 {
void setThreadName(std::string name);
} // namespace caffe2