Function tvm::python::load [−][src]
Expand description
Load the Python interpreter into the address space.
This enables the ability for Rust code to call TVM functionality defined in Python.
For example registered TVM functions can now be
obtained via Function::get
.