ONE - On-device Neural Engine
Loading...
Searching...
No Matches
OpChefs.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 __OP_CHEFS_H__
18
#define __OP_CHEFS_H__
19
20
#include "Op/Abs.h"
21
#include "Op/Add.h"
22
#include "
Op/AddN.h
"
23
#include "
Op/ArgMax.h
"
24
#include "
Op/ArgMin.h
"
25
#include "Op/AveragePool2D.h"
26
#include "Op/BatchMatMul.h"
27
#include "
Op/BatchToSpaceND.h
"
28
#include "
Op/BidirectionalSequenceLSTM.h
"
29
#include "Op/BroadcastTo.h"
30
#include "
Op/Cast.h
"
31
#include "
Op/Ceil.h
"
32
#include "Op/Concatenation.h"
33
#include "Op/Conv2D.h"
34
#include "
Op/Cos.h
"
35
#include "
Op/CumSum.h
"
36
#include "
Op/Densify.h
"
37
#include "
Op/DepthToSpace.h
"
38
#include "Op/DepthwiseConv2D.h"
39
#include "Op/Dequantize.h"
40
#include "Op/Div.h"
41
#include "
Op/ELU.h
"
42
#include "Op/Equal.h"
43
#include "
Op/Exp.h
"
44
#include "
Op/ExpandDims.h
"
45
#include "
Op/FakeQuant.h
"
46
#include "
Op/Fill.h
"
47
#include "
Op/Floor.h
"
48
#include "
Op/FloorDiv.h
"
49
#include "
Op/FloorMod.h
"
50
#include "Op/FullyConnected.h"
51
#include "Op/Gather.h"
52
#include "
Op/GatherNd.h
"
53
#include "
Op/Gelu.h
"
54
#include "Op/Greater.h"
55
#include "
Op/GreaterEqual.h
"
56
#include "
Op/HardSwish.h
"
57
#include "
Op/If.h
"
58
#include "
Op/L2Normalize.h
"
59
#include "
Op/L2Pool2D.h
"
60
#include "
Op/LeakyRelu.h
"
61
#include "Op/Less.h"
62
#include "
Op/LessEqual.h
"
63
#include "
Op/LocalResponseNormalization.h
"
64
#include "
Op/Log.h
"
65
#include "
Op/LogicalAnd.h
"
66
#include "
Op/LogicalNot.h
"
67
#include "
Op/LogicalOr.h
"
68
#include "
Op/Logistic.h
"
69
#include "
Op/LogSoftmax.h
"
70
#include "
Op/MatrixDiag.h
"
71
#include "
Op/MatrixSetDiag.h
"
72
#include "
Op/Maximum.h
"
73
#include "Op/MaxPool2D.h"
74
#include "
Op/Mean.h
"
75
#include "
Op/Minimum.h
"
76
#include "
Op/MirrorPad.h
"
77
#include "Op/Mul.h"
78
#include "
Op/Neg.h
"
79
#include "
Op/NonMaxSuppressionV4.h
"
80
#include "
Op/NonMaxSuppressionV5.h
"
81
#include "
Op/NotEqual.h
"
82
#include "
Op/OneHot.h
"
83
#include "
Op/Pack.h
"
84
#include "Op/Pad.h"
85
#include "
Op/PadV2.h
"
86
#include "
Op/Pow.h
"
87
#include "
Op/PRelu.h
"
88
#include "
Op/Range.h
"
89
#include "
Op/Rank.h
"
90
#include "
Op/ReduceAny.h
"
91
#include "
Op/ReduceMax.h
"
92
#include "
Op/ReduceMin.h
"
93
#include "
Op/ReduceProd.h
"
94
#include "Op/ReLU.h"
95
#include "
Op/ReLU0To1.h
"
96
#include "Op/ReLU6.h"
97
#include "
Op/ReLUN1To1.h
"
98
#include "Op/Reshape.h"
99
#include "
Op/ResizeBilinear.h
"
100
#include "
Op/ResizeNearestNeighbor.h
"
101
#include "
Op/ReverseSequence.h
"
102
#include "
Op/ReverseV2.h
"
103
#include "
Op/Round.h
"
104
#include "
Op/Rsqrt.h
"
105
#include "Op/Quantize.h"
106
#include "
Op/ScatterNd.h
"
107
#include "
Op/SegmentSum.h
"
108
#include "
Op/Select.h
"
109
#include "
Op/SelectV2.h
"
110
#include "Op/Shape.h"
111
#include "
Op/Sin.h
"
112
#include "
Op/Slice.h
"
113
#include "Op/Softmax.h"
114
#include "
Op/SpaceToBatchND.h
"
115
#include "
Op/SpaceToDepth.h
"
116
#include "
Op/SparseToDense.h
"
117
#include "
Op/Split.h
"
118
#include "
Op/SplitV.h
"
119
#include "Op/Sqrt.h"
120
#include "
Op/Square.h
"
121
#include "
Op/SquaredDifference.h
"
122
#include "
Op/Squeeze.h
"
123
#include "
Op/StridedSlice.h
"
124
#include "Op/Sub.h"
125
#include "Op/Sum.h"
126
#include "
Op/SVDF.h
"
127
#include "Op/Tanh.h"
128
#include "
Op/Tile.h
"
129
#include "
Op/TopKV2.h
"
130
#include "Op/Transpose.h"
131
#include "
Op/TransposeConv.h
"
132
#include "
Op/UnidirectionalSequenceLSTM.h
"
133
#include "
Op/Unique.h
"
134
#include "
Op/Unpack.h
"
135
#include "
Op/Where.h
"
136
#include "
Op/While.h
"
137
#include "
Op/ZerosLike.h
"
138
139
#include "
CustomOp/AddV2.h
"
140
#include "
CustomOp/All.h
"
141
#include "
CustomOp/BatchMatMulV2.h
"
142
#include "
CustomOp/BroadcastTo.h
"
143
#include "
CustomOp/Erf.h
"
144
#include "
CustomOp/MatMul.h
"
145
#include "
CustomOp/MatrixBandPart.h
"
146
#include "
CustomOp/MaxPoolWithArgmax.h
"
147
148
#endif
// __OP_CHEFS_H__
AddV2.h
All.h
BatchMatMulV2.h
Densify.h
MaxPoolWithArgmax.h
BroadcastTo.h
Erf.h
MatrixBandPart.h
AddN.h
BatchToSpaceND.h
DepthToSpace.h
ELU.h
Exp.h
ExpandDims.h
Fill.h
FloorDiv.h
FloorMod.h
If.h
L2Normalize.h
LeakyRelu.h
LocalResponseNormalization.h
LogSoftmax.h
LogicalAnd.h
LogicalNot.h
LogicalOr.h
Logistic.h
OneHot.h
PRelu.h
Pack.h
Pow.h
Range.h
Rank.h
ResizeBilinear.h
ResizeNearestNeighbor.h
ReverseV2.h
Round.h
Select.h
Slice.h
SpaceToBatchND.h
SpaceToDepth.h
Split.h
SplitV.h
SquaredDifference.h
Squeeze.h
StridedSlice.h
Tile.h
TopKV2.h
TransposeConv.h
UnidirectionalSequenceLSTM.h
Unpack.h
While.h
ArgMin.h
BidirectionalSequenceLSTM.h
Ceil.h
FakeQuant.h
GatherNd.h
MatrixDiag.h
MatrixSetDiag.h
NonMaxSuppressionV4.h
NonMaxSuppressionV5.h
ReLUN1To1.h
ReduceAny.h
ReduceMin.h
ReverseSequence.h
ScatterNd.h
SegmentSum.h
SparseToDense.h
Unique.h
Where.h
ZerosLike.h
MatMul.h
ArgMax.h
Cast.h
Cos.h
CumSum.h
Floor.h
Gelu.h
GreaterEqual.h
HardSwish.h
L2Pool2D.h
LessEqual.h
Log.h
Maximum.h
Mean.h
Minimum.h
MirrorPad.h
Neg.h
NotEqual.h
PadV2.h
ReLU0To1.h
ReduceMax.h
ReduceProd.h
Rsqrt.h
SVDF.h
SelectV2.h
Sin.h
Square.h
compiler
tflchef
core
src
OpChefs.h
Generated by
1.9.8