pith. sign in

arxiv: 2102.02886 · v3 · pith:JO3SGXJMnew · submitted 2021-02-04 · 💻 cs.LG · cs.AI· cs.CV· cs.NE· cs.RO

Ivy: Templated Deep Learning for Inter-Framework Portability

classification 💻 cs.LG cs.AIcs.CVcs.NEcs.RO
keywords functionscodedeepframeworksinter-frameworklearninglibrariestemplated
0
0 comments X
read the original abstract

We introduce Ivy, a templated Deep Learning (DL) framework which abstracts existing DL frameworks. Ivy unifies the core functions of these frameworks to exhibit consistent call signatures, syntax and input-output behaviour. New high-level framework-agnostic functions and classes, which are usable alongside framework-specific code, can then be implemented as compositions of the unified low-level Ivy functions. Ivy currently supports TensorFlow, PyTorch, MXNet, Jax and NumPy. We also release four pure-Ivy libraries for mechanics, 3D vision, robotics, and differentiable environments. Through our evaluations, we show that Ivy can significantly reduce lines of code with a runtime overhead of less than 1% in most cases. We welcome developers to join the Ivy community by writing their own functions, layers and libraries in Ivy, maximizing their audience and helping to accelerate DL research through inter-framework codebases. More information can be found at https://ivy-dl.org.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Towards Migrating Neural Network Implementations

    cs.LG 2025-11 unverdicted novelty 5.0

    A pivot-model abstraction method enables automatic migration of neural network implementations between frameworks such as PyTorch and TensorFlow while preserving functional equivalence.