tvm
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
TVMFuncRegistry Struct Reference

A data structure that facilitates function lookup by C-string name. More...

#include <func_registry.h>

Collaboration diagram for TVMFuncRegistry:

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 TVMBackendPackedCFuncfuncs
 Function pointers, in the same order as their names in names. More...
 

Detailed Description

A data structure that facilitates function lookup by C-string name.

Member Data Documentation

◆ funcs

const TVMBackendPackedCFunc* TVMFuncRegistry::funcs

Function pointers, in the same order as their names in names.

◆ 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.


The documentation for this struct was generated from the following file: