1#pragma once
2
3// @generated by torchgen/gen.py from enum_tag.h
4
5namespace at {
6 // Enum of valid tags obtained from the entries in tags.yaml
7 enum class Tag {
8 core,
9 data_dependent_output,
10 dynamic_output_shape,
11 generated,
12 inplace_view,
13 nondeterministic_bitwise,
14 nondeterministic_seeded,
15 pointwise,
16 view_copy
17 };
18}
19