This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tvm-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 7072c6ddff deploying ffi docs
7072c6ddff is described below
commit 7072c6ddff92c5f6a79685b6ff38610211901d53
Author: tvm-bot <[email protected]>
AuthorDate: Tue Sep 2 11:33:39 2025 +0000
deploying ffi docs
---
ffi/.buildinfo | 2 +-
ffi/concepts/abi_overview.html | 1 +
ffi/genindex.html | 1 +
ffi/get_started/install.html | 1 +
ffi/get_started/quick_start.html | 1 +
ffi/guides/cpp_guide.html | 1 +
ffi/guides/packaging.html | 1 +
ffi/guides/python_guide.html | 1 +
ffi/index.html | 1 +
ffi/search.html | 1 +
10 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/ffi/.buildinfo b/ffi/.buildinfo
index 662c9f6849..e230182bdd 100644
--- a/ffi/.buildinfo
+++ b/ffi/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 6345f6551ba07e55934d681271b9326f
+config: dc46c034d64238193a6d197b59c9dec0
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/ffi/concepts/abi_overview.html b/ffi/concepts/abi_overview.html
index f5cd679029..dea7d66176 100644
--- a/ffi/concepts/abi_overview.html
+++ b/ffi/concepts/abi_overview.html
@@ -45,6 +45,7 @@
<script src="../_static/copybutton.js?v=f281be69"></script>
<script src="../_static/scripts/sphinx-book-theme.js?v=887ef09a"></script>
<script crossorigin="anonymous"
integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA="
src="../_static/downloads/require.min.js"></script>
+ <link rel="icon"
href="https://tvm.apache.org/images/logo/tvm-logo-square.png"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="prev" title="Python Guide" href="../guides/python_guide.html" />
diff --git a/ffi/genindex.html b/ffi/genindex.html
index 0c79faf673..fc7b894b0a 100644
--- a/ffi/genindex.html
+++ b/ffi/genindex.html
@@ -54,6 +54,7 @@ import mermaid from "_static/downloads/mermaid.esm.min.mjs";
window.addEventListener("load", () => mermaid.run());
</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'genindex';</script>
+ <link rel="icon"
href="https://tvm.apache.org/images/logo/tvm-logo-square.png"/>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
diff --git a/ffi/get_started/install.html b/ffi/get_started/install.html
index 9255aaaaed..6e51847add 100644
--- a/ffi/get_started/install.html
+++ b/ffi/get_started/install.html
@@ -45,6 +45,7 @@
<script src="../_static/copybutton.js?v=f281be69"></script>
<script src="../_static/scripts/sphinx-book-theme.js?v=887ef09a"></script>
<script crossorigin="anonymous"
integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA="
src="../_static/downloads/require.min.js"></script>
+ <link rel="icon"
href="https://tvm.apache.org/images/logo/tvm-logo-square.png"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Quick Start" href="quick_start.html" />
diff --git a/ffi/get_started/quick_start.html b/ffi/get_started/quick_start.html
index 05e1c885bd..3b5fa5e6ba 100644
--- a/ffi/get_started/quick_start.html
+++ b/ffi/get_started/quick_start.html
@@ -45,6 +45,7 @@
<script src="../_static/copybutton.js?v=f281be69"></script>
<script src="../_static/scripts/sphinx-book-theme.js?v=887ef09a"></script>
<script crossorigin="anonymous"
integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA="
src="../_static/downloads/require.min.js"></script>
+ <link rel="icon"
href="https://tvm.apache.org/images/logo/tvm-logo-square.png"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Packaging" href="../guides/packaging.html" />
diff --git a/ffi/guides/cpp_guide.html b/ffi/guides/cpp_guide.html
index 5c96684f48..557b4a514e 100644
--- a/ffi/guides/cpp_guide.html
+++ b/ffi/guides/cpp_guide.html
@@ -45,6 +45,7 @@
<script src="../_static/copybutton.js?v=f281be69"></script>
<script src="../_static/scripts/sphinx-book-theme.js?v=887ef09a"></script>
<script crossorigin="anonymous"
integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA="
src="../_static/downloads/require.min.js"></script>
+ <link rel="icon"
href="https://tvm.apache.org/images/logo/tvm-logo-square.png"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Python Guide" href="python_guide.html" />
diff --git a/ffi/guides/packaging.html b/ffi/guides/packaging.html
index 87140d1947..be6f282b73 100644
--- a/ffi/guides/packaging.html
+++ b/ffi/guides/packaging.html
@@ -45,6 +45,7 @@
<script src="../_static/copybutton.js?v=f281be69"></script>
<script src="../_static/scripts/sphinx-book-theme.js?v=887ef09a"></script>
<script crossorigin="anonymous"
integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA="
src="../_static/downloads/require.min.js"></script>
+ <link rel="icon"
href="https://tvm.apache.org/images/logo/tvm-logo-square.png"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="C++ Guide" href="cpp_guide.html" />
diff --git a/ffi/guides/python_guide.html b/ffi/guides/python_guide.html
index baf6903581..c40cfb3778 100644
--- a/ffi/guides/python_guide.html
+++ b/ffi/guides/python_guide.html
@@ -45,6 +45,7 @@
<script src="../_static/copybutton.js?v=f281be69"></script>
<script src="../_static/scripts/sphinx-book-theme.js?v=887ef09a"></script>
<script crossorigin="anonymous"
integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA="
src="../_static/downloads/require.min.js"></script>
+ <link rel="icon"
href="https://tvm.apache.org/images/logo/tvm-logo-square.png"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="ABI Overview" href="../concepts/abi_overview.html"
/>
diff --git a/ffi/index.html b/ffi/index.html
index 9c5887390c..99ac903f3c 100644
--- a/ffi/index.html
+++ b/ffi/index.html
@@ -45,6 +45,7 @@
<script src="_static/copybutton.js?v=f281be69"></script>
<script src="_static/scripts/sphinx-book-theme.js?v=887ef09a"></script>
<script crossorigin="anonymous"
integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA="
src="_static/downloads/require.min.js"></script>
+ <link rel="icon"
href="https://tvm.apache.org/images/logo/tvm-logo-square.png"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Installation" href="get_started/install.html" />
diff --git a/ffi/search.html b/ffi/search.html
index 5cb7009b5e..06406722b5 100644
--- a/ffi/search.html
+++ b/ffi/search.html
@@ -56,6 +56,7 @@ window.addEventListener("load", () => mermaid.run());
<script src="_static/searchtools.js"></script>
<script src="_static/language_data.js"></script>
<script src="searchindex.js"></script>
+ <link rel="icon"
href="https://tvm.apache.org/images/logo/tvm-logo-square.png"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="#" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>