1 Repo
Extends the Swift language with first-class automatic differentiation and differentiable types for gradient-based computation.
Distinct from Differentiable Programming: Distinct from Differentiable Programming: focuses on language-level extension rather than general differentiable programming frameworks.
Explore 1 awesome GitHub repository matching part of an awesome list · Language Extensions. Refine with filters or upvote what's useful.
Swift for TensorFlow is a custom toolchain that extends the Swift language with first-class automatic differentiation and differentiable types, enabling gradient-based computation directly within the compiler. It integrates the Swift compiler with TensorFlow runtime and XLA backends, allowing tensor operations to be compiled and executed on hardware-accelerated hardware for high-performance machine learning. The project distinguishes itself through compiler-integrated automatic differentiation that computes gradients of user-defined functions and types during compilation, eliminating the need
Extends Swift with first-class automatic differentiation and differentiable types for gradient-based computation.