Skip to content

Commit

Permalink
generated new operator_set and replaced old one
Browse files Browse the repository at this point in the history
  • Loading branch information
nopeslide committed Mar 3, 2021
1 parent 533fd5b commit 8e7ac6a
Show file tree
Hide file tree
Showing 39 changed files with 471 additions and 373 deletions.
10 changes: 10 additions & 0 deletions src/operators/ai.onnx/Add/7/opversion_operator__ai_onnx__add__7.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/Add/7/operator__ai_onnx__add__7.h"

operator_set_opversion opversion_operator__ai_onnx__add__7 = {
.version = 7,
.preparer = prepare_operator__ai_onnx__add__7,
.info = &info_operator__ai_onnx__add__7
};
13 changes: 13 additions & 0 deletions src/operators/ai.onnx/Add/opname_operator__ai_onnx__add.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__add__7;

operator_set_opname opname_operator__ai_onnx__add = {
.name = "Add",
.opversions = {
&opversion_operator__ai_onnx__add__7,
NULL
}
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/ArgMax/12/operator__ai_onnx__argmax__12.h"

operator_set_opversion opversion_operator__ai_onnx__argmax__12 = {
.version = 12,
.preparer = prepare_operator__ai_onnx__argmax__12,
.info = &info_operator__ai_onnx__argmax__12
};
13 changes: 13 additions & 0 deletions src/operators/ai.onnx/ArgMax/opname_operator__ai_onnx__argmax.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__argmax__12;

operator_set_opname opname_operator__ai_onnx__argmax = {
.name = "ArgMax",
.opversions = {
&opversion_operator__ai_onnx__argmax__12,
NULL
}
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/BatchNormalization/9/operator__ai_onnx__batchnormalization__9.h"

operator_set_opversion opversion_operator__ai_onnx__batchnormalization__9 = {
.version = 9,
.preparer = prepare_operator__ai_onnx__batchnormalization__9,
.info = &info_operator__ai_onnx__batchnormalization__9
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__batchnormalization__9;

operator_set_opname opname_operator__ai_onnx__batchnormalization = {
.name = "BatchNormalization",
.opversions = {
&opversion_operator__ai_onnx__batchnormalization__9,
NULL
}
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/Clip/12/operator__ai_onnx__clip__12.h"

operator_set_opversion opversion_operator__ai_onnx__clip__12 = {
.version = 12,
.preparer = prepare_operator__ai_onnx__clip__12,
.info = &info_operator__ai_onnx__clip__12
};
13 changes: 13 additions & 0 deletions src/operators/ai.onnx/Clip/opname_operator__ai_onnx__clip.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__clip__12;

operator_set_opname opname_operator__ai_onnx__clip = {
.name = "Clip",
.opversions = {
&opversion_operator__ai_onnx__clip__12,
NULL
}
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/Constant/12/operator__ai_onnx__constant__12.h"

operator_set_opversion opversion_operator__ai_onnx__constant__12 = {
.version = 12,
.preparer = prepare_operator__ai_onnx__constant__12,
.info = &info_operator__ai_onnx__constant__12
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__constant__12;

operator_set_opname opname_operator__ai_onnx__constant = {
.name = "Constant",
.opversions = {
&opversion_operator__ai_onnx__constant__12,
NULL
}
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/Conv/11/operator__ai_onnx__conv__11.h"

operator_set_opversion opversion_operator__ai_onnx__conv__11 = {
.version = 11,
.preparer = prepare_operator__ai_onnx__conv__11,
.info = &info_operator__ai_onnx__conv__11
};
13 changes: 13 additions & 0 deletions src/operators/ai.onnx/Conv/opname_operator__ai_onnx__conv.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__conv__11;

operator_set_opname opname_operator__ai_onnx__conv = {
.name = "Conv",
.opversions = {
&opversion_operator__ai_onnx__conv__11,
NULL
}
};
10 changes: 10 additions & 0 deletions src/operators/ai.onnx/Elu/6/opversion_operator__ai_onnx__elu__6.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/Elu/6/operator__ai_onnx__elu__6.h"

operator_set_opversion opversion_operator__ai_onnx__elu__6 = {
.version = 6,
.preparer = prepare_operator__ai_onnx__elu__6,
.info = &info_operator__ai_onnx__elu__6
};
13 changes: 13 additions & 0 deletions src/operators/ai.onnx/Elu/opname_operator__ai_onnx__elu.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__elu__6;

operator_set_opname opname_operator__ai_onnx__elu = {
.name = "Elu",
.opversions = {
&opversion_operator__ai_onnx__elu__6,
NULL
}
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/GlobalAveragePool/1/operator__ai_onnx__globalaveragepool__1.h"

operator_set_opversion opversion_operator__ai_onnx__globalaveragepool__1 = {
.version = 1,
.preparer = prepare_operator__ai_onnx__globalaveragepool__1,
.info = &info_operator__ai_onnx__globalaveragepool__1
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__globalaveragepool__1;

operator_set_opname opname_operator__ai_onnx__globalaveragepool = {
.name = "GlobalAveragePool",
.opversions = {
&opversion_operator__ai_onnx__globalaveragepool__1,
NULL
}
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/Identity/1/operator__ai_onnx__identity__1.h"

operator_set_opversion opversion_operator__ai_onnx__identity__1 = {
.version = 1,
.preparer = prepare_operator__ai_onnx__identity__1,
.info = &info_operator__ai_onnx__identity__1
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__identity__1;

operator_set_opname opname_operator__ai_onnx__identity = {
.name = "Identity",
.opversions = {
&opversion_operator__ai_onnx__identity__1,
NULL
}
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/LeakyRelu/6/operator__ai_onnx__leakyrelu__6.h"

operator_set_opversion opversion_operator__ai_onnx__leakyrelu__6 = {
.version = 6,
.preparer = prepare_operator__ai_onnx__leakyrelu__6,
.info = &info_operator__ai_onnx__leakyrelu__6
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__leakyrelu__6;

operator_set_opname opname_operator__ai_onnx__leakyrelu = {
.name = "LeakyRelu",
.opversions = {
&opversion_operator__ai_onnx__leakyrelu__6,
NULL
}
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/MatMul/9/operator__ai_onnx__matmul__9.h"

operator_set_opversion opversion_operator__ai_onnx__matmul__9 = {
.version = 9,
.preparer = prepare_operator__ai_onnx__matmul__9,
.info = &info_operator__ai_onnx__matmul__9
};
13 changes: 13 additions & 0 deletions src/operators/ai.onnx/MatMul/opname_operator__ai_onnx__matmul.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__matmul__9;

operator_set_opname opname_operator__ai_onnx__matmul = {
.name = "MatMul",
.opversions = {
&opversion_operator__ai_onnx__matmul__9,
NULL
}
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/MaxPool/12/operator__ai_onnx__maxpool__12.h"

operator_set_opversion opversion_operator__ai_onnx__maxpool__12 = {
.version = 12,
.preparer = prepare_operator__ai_onnx__maxpool__12,
.info = &info_operator__ai_onnx__maxpool__12
};
13 changes: 13 additions & 0 deletions src/operators/ai.onnx/MaxPool/opname_operator__ai_onnx__maxpool.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__maxpool__12;

operator_set_opname opname_operator__ai_onnx__maxpool = {
.name = "MaxPool",
.opversions = {
&opversion_operator__ai_onnx__maxpool__12,
NULL
}
};
10 changes: 10 additions & 0 deletions src/operators/ai.onnx/Mul/7/opversion_operator__ai_onnx__mul__7.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/Mul/7/operator__ai_onnx__mul__7.h"

operator_set_opversion opversion_operator__ai_onnx__mul__7 = {
.version = 7,
.preparer = prepare_operator__ai_onnx__mul__7,
.info = &info_operator__ai_onnx__mul__7
};
13 changes: 13 additions & 0 deletions src/operators/ai.onnx/Mul/opname_operator__ai_onnx__mul.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__mul__7;

operator_set_opname opname_operator__ai_onnx__mul = {
.name = "Mul",
.opversions = {
&opversion_operator__ai_onnx__mul__7,
NULL
}
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/Relu/6/operator__ai_onnx__relu__6.h"

operator_set_opversion opversion_operator__ai_onnx__relu__6 = {
.version = 6,
.preparer = prepare_operator__ai_onnx__relu__6,
.info = &info_operator__ai_onnx__relu__6
};
13 changes: 13 additions & 0 deletions src/operators/ai.onnx/Relu/opname_operator__ai_onnx__relu.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//this file was generated by ../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"

extern operator_set_opversion opversion_operator__ai_onnx__relu__6;

operator_set_opname opname_operator__ai_onnx__relu = {
.name = "Relu",
.opversions = {
&opversion_operator__ai_onnx__relu__6,
NULL
}
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorSets.py

#include "operators/operator_set.h"
#include "operators/ai.onnx/Reshape/5/operator__ai_onnx__reshape__5.h"

operator_set_opversion opversion_operator__ai_onnx__reshape__5 = {
.version = 5,
.preparer = prepare_operator__ai_onnx__reshape__5,
.info = &info_operator__ai_onnx__reshape__5
};
Loading

0 comments on commit 8e7ac6a

Please sign in to comment.