Define TVM_FFI_STATIC_INIT_BLOCK

Define TVM_FFI_STATIC_INIT_BLOCK#

Define Documentation#

TVM_FFI_STATIC_INIT_BLOCK()#

Macro that defines a block that will be called during static initialization.

TVM_FFI_STATIC_INIT_BLOCK() {
  RegisterFunctions();
}