Macro tvm::initialize [−][src]
macro_rules! initialize {
($body : expr) => { ... };
}
Expand description
A macro for generating the correct TVM symbols for plugin loading.
The expression passed to the macro will be run when TVM loads the shared library.
This is useful for calling register to register packed functions to consume via TVM’s packed function APIs.