Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

edgify / torch   python

Repository URL to install this package:

/ include / c10 / util / thread_name.h

#pragma once

#include <string>

#include <c10/macros/Export.h>

namespace c10 {

C10_API void setThreadName(std::string name);

} // namespace c10