ONE - On-device Neural Engine
Loading...
Searching...
No Matches
caffe_op_types.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2018 Samsung Electronics Co., Ltd. All Rights Reserved
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#ifndef MIR_CAFFE_OP_TYPES_H
18#define MIR_CAFFE_OP_TYPES_H
19
20namespace mir_caffe
21{
22
23enum class CaffeOpType
24{
25 absVal,
27 argMax,
30 bias,
31 BNLL,
32 clip,
33 concat,
36 crop,
37 data,
39 dropout,
41 eltwise,
42 ELU,
43 embed,
45 exp,
46 filter,
47 flatten,
51 im2Col,
55 input,
56 log,
57 LRN,
58 LSTM,
61 MVN,
63 pooling,
64 power,
65 PReLU,
66 python,
69 ReLU,
70 reshape,
71 RNN,
72 scale,
74 sigmoid,
75 silence,
76 slice,
77 softmax,
79 split,
80 SPP,
81 tanh,
83 tile,
85};
86
87} // namespace mir_caffe
88
89#endif // MIR_CAFFE_OP_TYPES_H