Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
File List
Globals
test
cpp_extensions
jit_extension2.cpp
1
#include <torch/extension.h>
2
3
using namespace
at
;
4
5
Tensor
exp_add(
Tensor
x,
Tensor
y) {
6
return
x.exp() + y.exp();
7
}
at::Tensor
Definition:
Tensor.h:48
at
Flush-To-Zero and Denormals-Are-Zero mode.
Definition:
AccumulateType.h:17
Generated on Thu Mar 21 2019 13:06:22 for Caffe2 - C++ API by
1.8.11