Caffe2 - C++ API
A deep learning, cross platform ML framework
aten_interned_strings.h
1 #pragma once
2 
3 // ${generated_comment}
4 
5 // ATen symbols correspond exactly to operators defined in ATen. Every
6 // symbol here corresponds exactly to an ATen operation which is defined
7 // in Declarations.yaml; attributes are in one-to-one correspondence with
8 // their ATen name.
9 
10 #define FORALL_ATEN_BASE_SYMBOLS(_) \
11 ${aten_symbols}
12 /* nothing */
13 
14 #define FORALL_ATTR_BASE_SYMBOLS(_) \
15 ${attr_symbols}
16 /* nothing */