From cd0d5e4ff888b388aef4f9b6bd5d9aa5737a020e Mon Sep 17 00:00:00 2001 From: HydrogenSulfate <490868991@qq.com> Date: Sun, 29 Sep 2024 03:37:03 +0800 Subject: [PATCH] DOC: Add links for paddle backend (#151) * add links for paddle backend * Update docs/source/python_spec.rst Co-authored-by: Leo Fang --------- Co-authored-by: Leo Fang --- docs/source/index.rst | 1 + docs/source/python_spec.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index ddd2c41..1bde735 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -24,6 +24,7 @@ developers. Highlights include: * `MXNet `_ * `TVM `_ * `mpi4py `_ + * `Paddle `_ * Clean C ABI compatible. diff --git a/docs/source/python_spec.rst b/docs/source/python_spec.rst index ad20ed0..dde6021 100644 --- a/docs/source/python_spec.rst +++ b/docs/source/python_spec.rst @@ -196,3 +196,4 @@ ctypes, cffi, etc: * TVM: `ctypes `__, `Cython `__ * mpi4py: `Cython `_ +* Paddle: `C++ `__, `Python wrapper using Python C API `__