tvm
|
A data structure that facilitates function lookup by C-string name. More...
#include <func_registry.h>
Public Attributes | |
const char * | names |
Names of registered functions, concatenated together and separated by \0. An additional \0 is present at the end of the concatenated blob to mark the end. More... | |
const TVMBackendPackedCFunc * | funcs |
Function pointers, in the same order as their names in names . More... | |
A data structure that facilitates function lookup by C-string name.
const TVMBackendPackedCFunc* TVMFuncRegistry::funcs |
Function pointers, in the same order as their names in names
.
const char* TVMFuncRegistry::names |
Names of registered functions, concatenated together and separated by \0. An additional \0 is present at the end of the concatenated blob to mark the end.
Byte 0 and 1 are the number of functions in funcs
.