Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
File List
Globals
tools
jit
templates
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 */
Generated on Thu Mar 21 2019 13:06:08 for Caffe2 - C++ API by
1.8.11