tvm-clj.module

Once user’s have a compiled a module, the then can query the module for the functions within. Functions returned take only things convertible to TVM nodes such as scalars and tensors and the result buffer must be passed in.

find-function

(find-function module fn-name)

Find a function in module. Failure causes an exception.