Caffe2 - C++ API
A deep learning, cross platform ML framework
python_nn_functions_dispatch.h
1 #pragma once
2 
3 // ${generated_comment}
4 
5 #include "torch/csrc/utils/auto_gil.h"
6 
7 #include <ATen/ATen.h>
8 
9 // Contains inline wrappers around ATen functions that release the GIL and
10 // switch to the correct CUDA device.
11 
12 namespace torch { namespace autograd {
13 
14 using namespace at;
15 using at::Generator;
16 
17 ${py_method_dispatch}
18 
19 }} // namespace torch::autograd
Definition: jit_type.h:17
Flush-To-Zero and Denormals-Are-Zero mode.