We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f817be1 commit 398135cCopy full SHA for 398135c
foxi/onnxifi_ext.h
@@ -7,14 +7,6 @@
7
extern "C" {
8
#endif
9
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
-
18
/**
19
* Generic ONNXIFI extension function pointer.
20
*
0 commit comments