Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
File List
Globals
c10
util
thread_name.h
1
#pragma once
2
3
#include <string>
4
5
#include "c10/macros/Export.h"
6
7
namespace
c10
{
8
9
C10_API
void
setThreadName(std::string name);
10
11
}
// namespace c10
c10
To register your own kernel for an operator, do in one (!) cpp file: C10_REGISTER_KERNEL(OperatorHand...
Definition:
alias_info.h:7
Generated on Thu Mar 21 2019 13:06:11 for Caffe2 - C++ API by
1.8.11