Define TVM_FFI_STATIC_INIT_BLOCK#
Defined in File base_details.h
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(); }
Defined in File base_details.h
Macro that defines a block that will be called during static initialization.
TVM_FFI_STATIC_INIT_BLOCK() {
RegisterFunctions();
}