Skip to content

Commit 398135c

Browse files
authored
Remove static variable in header (#3)
1 parent f817be1 commit 398135c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

foxi/onnxifi_ext.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
extern "C" {
88
#endif
99

10-
/*
11-
* This is the super set of all extension functions we support in onnxifi.
12-
* All backend should support a subset of function of this list.
13-
*/
14-
static const int ALL_EXT_FUNCTION_NUMBER = 2;
15-
static const char* ALL_EXT_FUNCTION_LIST[] = {"onnxGetExtensionFunctionAddress",
16-
"onnxSetIOAndRunGraph"};
17-
1810
/**
1911
* Generic ONNXIFI extension function pointer.
2012
*

0 commit comments

Comments
 (0)