Function tvm::python::load[][src]

pub fn load() -> Result<String, ()>
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.