Skip to content

Commit

Permalink
Remove static variable in header (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
houseroad authored Feb 26, 2019
1 parent f817be1 commit 398135c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions foxi/onnxifi_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
extern "C" {
#endif

/*
* This is the super set of all extension functions we support in onnxifi.
* All backend should support a subset of function of this list.
*/
static const int ALL_EXT_FUNCTION_NUMBER = 2;
static const char* ALL_EXT_FUNCTION_LIST[] = {"onnxGetExtensionFunctionAddress",
"onnxSetIOAndRunGraph"};

/**
* Generic ONNXIFI extension function pointer.
*
Expand Down

0 comments on commit 398135c

Please sign in to comment.