One liners#

ivy.trace_graph()

Traces a Callable or set of them into an Ivy graph.

ivy.transpile()

Transpiles a Callable or set of them from a source framework to another framework.

ivy.unify()

Transpiles an object into Ivy code. It’s an alias to ivy.transpile(..., to="ivy", ...)