tvm
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
crt.h File Reference

Defines core life cycle functions used by CRT. More...

#include <inttypes.h>
#include <tvm/runtime/crt/error_codes.h>
Include dependency graph for crt.h:

Go to the source code of this file.

Functions

tvm_crt_error_t TVMInitializeRuntime ()
 Initialize various data structures used by the runtime. Prior to calling this, any initialization needed to support TVMPlatformMemory* functions should be completed. More...
 

Detailed Description

Defines core life cycle functions used by CRT.

Function Documentation

◆ TVMInitializeRuntime()

tvm_crt_error_t TVMInitializeRuntime ( )

Initialize various data structures used by the runtime. Prior to calling this, any initialization needed to support TVMPlatformMemory* functions should be completed.

Returns
An error code describing the outcome of initialization. Generally, initialization is only expected to fail due to a misconfiguration.