-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generated new operator_set and replaced old one
- Loading branch information
Showing
39 changed files
with
471 additions
and
373 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
src/operators/ai.onnx/Add/7/opversion_operator__ai_onnx__add__7.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
}; |
10 changes: 10 additions & 0 deletions
10
src/operators/ai.onnx/ArgMax/12/opversion_operator__ai_onnx__argmax__12.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
13
src/operators/ai.onnx/ArgMax/opname_operator__ai_onnx__argmax.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
}; |
10 changes: 10 additions & 0 deletions
10
...erators/ai.onnx/BatchNormalization/9/opversion_operator__ai_onnx__batchnormalization__9.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
}; |
13 changes: 13 additions & 0 deletions
13
src/operators/ai.onnx/BatchNormalization/opname_operator__ai_onnx__batchnormalization.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
}; |
10 changes: 10 additions & 0 deletions
10
src/operators/ai.onnx/Clip/12/opversion_operator__ai_onnx__clip__12.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
13
src/operators/ai.onnx/Clip/opname_operator__ai_onnx__clip.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
}; |
10 changes: 10 additions & 0 deletions
10
src/operators/ai.onnx/Constant/12/opversion_operator__ai_onnx__constant__12.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
}; |
13 changes: 13 additions & 0 deletions
13
src/operators/ai.onnx/Constant/opname_operator__ai_onnx__constant.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
}; |
10 changes: 10 additions & 0 deletions
10
src/operators/ai.onnx/Conv/11/opversion_operator__ai_onnx__conv__11.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
13
src/operators/ai.onnx/Conv/opname_operator__ai_onnx__conv.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
10
src/operators/ai.onnx/Elu/6/opversion_operator__ai_onnx__elu__6.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
}; |
10 changes: 10 additions & 0 deletions
10
...operators/ai.onnx/GlobalAveragePool/1/opversion_operator__ai_onnx__globalaveragepool__1.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
}; |
13 changes: 13 additions & 0 deletions
13
src/operators/ai.onnx/GlobalAveragePool/opname_operator__ai_onnx__globalaveragepool.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
}; |
10 changes: 10 additions & 0 deletions
10
src/operators/ai.onnx/Identity/1/opversion_operator__ai_onnx__identity__1.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
}; |
13 changes: 13 additions & 0 deletions
13
src/operators/ai.onnx/Identity/opname_operator__ai_onnx__identity.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
}; |
10 changes: 10 additions & 0 deletions
10
src/operators/ai.onnx/LeakyRelu/6/opversion_operator__ai_onnx__leakyrelu__6.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
}; |
13 changes: 13 additions & 0 deletions
13
src/operators/ai.onnx/LeakyRelu/opname_operator__ai_onnx__leakyrelu.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
}; |
10 changes: 10 additions & 0 deletions
10
src/operators/ai.onnx/MatMul/9/opversion_operator__ai_onnx__matmul__9.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
13
src/operators/ai.onnx/MatMul/opname_operator__ai_onnx__matmul.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
}; |
10 changes: 10 additions & 0 deletions
10
src/operators/ai.onnx/MaxPool/12/opversion_operator__ai_onnx__maxpool__12.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
13
src/operators/ai.onnx/MaxPool/opname_operator__ai_onnx__maxpool.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
10
src/operators/ai.onnx/Mul/7/opversion_operator__ai_onnx__mul__7.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
}; |
10 changes: 10 additions & 0 deletions
10
src/operators/ai.onnx/Relu/6/opversion_operator__ai_onnx__relu__6.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
13
src/operators/ai.onnx/Relu/opname_operator__ai_onnx__relu.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
}; |
10 changes: 10 additions & 0 deletions
10
src/operators/ai.onnx/Reshape/5/opversion_operator__ai_onnx__reshape__5.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
}; |
Oops, something went wrong.