One liners#

ivy.trace_graph()

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

ivy.transpile()

Converts any code - such as a class, function or module - from a source framework into a new framework.

ivy.graph_transpile()

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