10 struct BaseDescriptor;
12 struct ActivationDescriptor;
13 struct ArgMinMaxDescriptor;
14 struct BatchMatMulDescriptor;
15 struct BatchNormalizationDescriptor;
16 struct BatchToSpaceNdDescriptor;
17 struct BroadcastToDescriptor;
18 struct ChannelShuffleDescriptor;
19 struct ComparisonDescriptor;
20 struct Convolution2dDescriptor;
21 struct Convolution3dDescriptor;
22 struct DepthwiseConvolution2dDescriptor;
23 struct DetectionPostProcessDescriptor;
24 struct ElementwiseBinaryDescriptor;
25 struct ElementwiseUnaryDescriptor;
26 struct FakeQuantizationDescriptor;
27 struct FillDescriptor;
28 struct FullyConnectedDescriptor;
29 struct FusedDescriptor;
30 struct GatherDescriptor;
31 struct InstanceNormalizationDescriptor;
32 struct L2NormalizationDescriptor;
33 struct LogicalBinaryDescriptor;
34 struct LstmDescriptor;
35 struct MeanDescriptor;
36 struct NormalizationDescriptor;
37 struct OriginsDescriptor;
39 struct PermuteDescriptor;
42 struct PreCompiledDescriptor;
43 struct QLstmDescriptor;
44 struct ReshapeDescriptor;
45 struct ResizeDescriptor;
46 struct ReduceDescriptor;
47 struct ScatterNdDescriptor;
48 struct SliceDescriptor;
49 struct SoftmaxDescriptor;
50 struct SpaceToBatchNdDescriptor;
51 struct SpaceToDepthDescriptor;
52 struct StackDescriptor;
53 struct StandInDescriptor;
54 struct StridedSliceDescriptor;
55 struct TileDescriptor;
56 struct TransposeConvolution2dDescriptor;
57 struct TransposeDescriptor;
58 struct ViewsDescriptor;