Skip to content

Commit 962bd13

Browse files
committed
Added generated Kconfig files
1 parent e09e653 commit 962bd13

67 files changed

Lines changed: 1389 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/operators/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
rsource "*/Kconfig"
2+
rsource "*.Kconfig"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
menuconfig HAVE_OPERATOR__AI_ONNX__ADD__7
2+
bool "7"
3+
help
4+
Enable domain 'ai.onnx' operator 'Add' version '7'
5+
default y
6+
if HAVE_OPERATOR__AI_ONNX__ADD__7
7+
rsource "*.Kconfig"
8+
endif
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
menu "tensor types"
2+
config HAVE_TYPE_TENSOR__AI_ONNX__ADD__7__TENSOR_FLOAT
3+
bool "tensor_float"
4+
depends on HAVE_TYPE_TENSOR__TENSOR_FLOAT
5+
help
6+
Enable tensor 'tensor_float' type for domain 'ai.onnx' operator 'Add' version '7'.
7+
default y
8+
config HAVE_TYPE_TENSOR__AI_ONNX__ADD__7__TENSOR_DOUBLE
9+
bool "tensor_double"
10+
depends on HAVE_TYPE_TENSOR__TENSOR_DOUBLE
11+
help
12+
Enable tensor 'tensor_double' type for domain 'ai.onnx' operator 'Add' version '7'.
13+
default y
14+
config HAVE_TYPE_TENSOR__AI_ONNX__ADD__7__TENSOR_FLOAT16
15+
bool "tensor_float16"
16+
depends on HAVE_TYPE_TENSOR__TENSOR_FLOAT16
17+
help
18+
Enable tensor 'tensor_float16' type for domain 'ai.onnx' operator 'Add' version '7'.
19+
default y
20+
config HAVE_TYPE_TENSOR__AI_ONNX__ADD__7__TENSOR_UINT32
21+
bool "tensor_uint32"
22+
depends on HAVE_TYPE_TENSOR__TENSOR_UINT32
23+
help
24+
Enable tensor 'tensor_uint32' type for domain 'ai.onnx' operator 'Add' version '7'.
25+
default y
26+
config HAVE_TYPE_TENSOR__AI_ONNX__ADD__7__TENSOR_INT64
27+
bool "tensor_int64"
28+
depends on HAVE_TYPE_TENSOR__TENSOR_INT64
29+
help
30+
Enable tensor 'tensor_int64' type for domain 'ai.onnx' operator 'Add' version '7'.
31+
default y
32+
config HAVE_TYPE_TENSOR__AI_ONNX__ADD__7__TENSOR_UINT64
33+
bool "tensor_uint64"
34+
depends on HAVE_TYPE_TENSOR__TENSOR_UINT64
35+
help
36+
Enable tensor 'tensor_uint64' type for domain 'ai.onnx' operator 'Add' version '7'.
37+
default y
38+
config HAVE_TYPE_TENSOR__AI_ONNX__ADD__7__TENSOR_INT32
39+
bool "tensor_int32"
40+
depends on HAVE_TYPE_TENSOR__TENSOR_INT32
41+
help
42+
Enable tensor 'tensor_int32' type for domain 'ai.onnx' operator 'Add' version '7'.
43+
default y
44+
endmenu

src/operators/ai.onnx/Add/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
menuconfig HAVE_OPERATOR__AI_ONNX__ADD
2+
bool "Add"
3+
default y
4+
help
5+
Enable the domain 'ai.onnx' operator 'Add'
6+
if HAVE_OPERATOR__AI_ONNX__ADD
7+
rsource "*/Kconfig"
8+
endif
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
menuconfig HAVE_OPERATOR__AI_ONNX__ARGMAX__12
2+
bool "12"
3+
help
4+
Enable domain 'ai.onnx' operator 'ArgMax' version '12'
5+
default y
6+
if HAVE_OPERATOR__AI_ONNX__ARGMAX__12
7+
rsource "*.Kconfig"
8+
endif
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
menu "attribute types"
2+
config HAVE_TYPE_ATTRIBUTE__AI_ONNX__ARGMAX__12__INT
3+
bool "INT"
4+
depends on HAVE_TYPE_ATTRIBUTE__INT
5+
help
6+
Enable attribute 'INT' type for domain 'ai.onnx' operator 'ArgMax' version '12'.
7+
default y
8+
endmenu
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
menu "tensor types"
2+
config HAVE_TYPE_TENSOR__AI_ONNX__ARGMAX__12__TENSOR_FLOAT
3+
bool "tensor_float"
4+
depends on HAVE_TYPE_TENSOR__TENSOR_FLOAT
5+
help
6+
Enable tensor 'tensor_float' type for domain 'ai.onnx' operator 'ArgMax' version '12'.
7+
default y
8+
config HAVE_TYPE_TENSOR__AI_ONNX__ARGMAX__12__TENSOR_UINT32
9+
bool "tensor_uint32"
10+
depends on HAVE_TYPE_TENSOR__TENSOR_UINT32
11+
help
12+
Enable tensor 'tensor_uint32' type for domain 'ai.onnx' operator 'ArgMax' version '12'.
13+
default y
14+
config HAVE_TYPE_TENSOR__AI_ONNX__ARGMAX__12__TENSOR_UINT16
15+
bool "tensor_uint16"
16+
depends on HAVE_TYPE_TENSOR__TENSOR_UINT16
17+
help
18+
Enable tensor 'tensor_uint16' type for domain 'ai.onnx' operator 'ArgMax' version '12'.
19+
default y
20+
config HAVE_TYPE_TENSOR__AI_ONNX__ARGMAX__12__TENSOR_INT64
21+
bool "tensor_int64"
22+
depends on HAVE_TYPE_TENSOR__TENSOR_INT64
23+
help
24+
Enable tensor 'tensor_int64' type for domain 'ai.onnx' operator 'ArgMax' version '12'.
25+
default y
26+
config HAVE_TYPE_TENSOR__AI_ONNX__ARGMAX__12__TENSOR_UINT64
27+
bool "tensor_uint64"
28+
depends on HAVE_TYPE_TENSOR__TENSOR_UINT64
29+
help
30+
Enable tensor 'tensor_uint64' type for domain 'ai.onnx' operator 'ArgMax' version '12'.
31+
default y
32+
config HAVE_TYPE_TENSOR__AI_ONNX__ARGMAX__12__TENSOR_INT8
33+
bool "tensor_int8"
34+
depends on HAVE_TYPE_TENSOR__TENSOR_INT8
35+
help
36+
Enable tensor 'tensor_int8' type for domain 'ai.onnx' operator 'ArgMax' version '12'.
37+
default y
38+
config HAVE_TYPE_TENSOR__AI_ONNX__ARGMAX__12__TENSOR_INT16
39+
bool "tensor_int16"
40+
depends on HAVE_TYPE_TENSOR__TENSOR_INT16
41+
help
42+
Enable tensor 'tensor_int16' type for domain 'ai.onnx' operator 'ArgMax' version '12'.
43+
default y
44+
config HAVE_TYPE_TENSOR__AI_ONNX__ARGMAX__12__TENSOR_UINT8
45+
bool "tensor_uint8"
46+
depends on HAVE_TYPE_TENSOR__TENSOR_UINT8
47+
help
48+
Enable tensor 'tensor_uint8' type for domain 'ai.onnx' operator 'ArgMax' version '12'.
49+
default y
50+
config HAVE_TYPE_TENSOR__AI_ONNX__ARGMAX__12__TENSOR_DOUBLE
51+
bool "tensor_double"
52+
depends on HAVE_TYPE_TENSOR__TENSOR_DOUBLE
53+
help
54+
Enable tensor 'tensor_double' type for domain 'ai.onnx' operator 'ArgMax' version '12'.
55+
default y
56+
config HAVE_TYPE_TENSOR__AI_ONNX__ARGMAX__12__TENSOR_FLOAT16
57+
bool "tensor_float16"
58+
depends on HAVE_TYPE_TENSOR__TENSOR_FLOAT16
59+
help
60+
Enable tensor 'tensor_float16' type for domain 'ai.onnx' operator 'ArgMax' version '12'.
61+
default y
62+
config HAVE_TYPE_TENSOR__AI_ONNX__ARGMAX__12__TENSOR_INT32
63+
bool "tensor_int32"
64+
depends on HAVE_TYPE_TENSOR__TENSOR_INT32
65+
help
66+
Enable tensor 'tensor_int32' type for domain 'ai.onnx' operator 'ArgMax' version '12'.
67+
default y
68+
endmenu
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
menuconfig HAVE_OPERATOR__AI_ONNX__ARGMAX
2+
bool "ArgMax"
3+
default y
4+
help
5+
Enable the domain 'ai.onnx' operator 'ArgMax'
6+
if HAVE_OPERATOR__AI_ONNX__ARGMAX
7+
rsource "*/Kconfig"
8+
endif
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
menuconfig HAVE_OPERATOR__AI_ONNX__BATCHNORMALIZATION__9
2+
bool "9"
3+
help
4+
Enable domain 'ai.onnx' operator 'BatchNormalization' version '9'
5+
default y
6+
if HAVE_OPERATOR__AI_ONNX__BATCHNORMALIZATION__9
7+
rsource "*.Kconfig"
8+
endif
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
menu "attribute types"
2+
config HAVE_TYPE_ATTRIBUTE__AI_ONNX__BATCHNORMALIZATION__9__FLOAT
3+
bool "FLOAT"
4+
depends on HAVE_TYPE_ATTRIBUTE__FLOAT
5+
help
6+
Enable attribute 'FLOAT' type for domain 'ai.onnx' operator 'BatchNormalization' version '9'.
7+
default y
8+
endmenu

0 commit comments

Comments
 (0)