Skip to content

Commit 8f2f07a

Browse files
committed
Updating docs landing page for v1.2.0.
1 parent 8a0374f commit 8f2f07a

7 files changed

Lines changed: 74 additions & 48 deletions

File tree

docs/404.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,13 @@
265265

266266

267267
<li class="md-tabs__item">
268-
<a href="/apidocs/index.html" class="md-tabs__link">
268+
<a href="/references/" class="md-tabs__link">
269269

270270

271271

272272

273273

274-
References
274+
API Reference
275275

276276
</a>
277277
</li>
@@ -523,7 +523,7 @@
523523
<span class="md-ellipsis">
524524

525525

526-
References
526+
API Reference
527527

528528

529529

@@ -539,7 +539,7 @@
539539
<span class="md-nav__icon md-icon"></span>
540540

541541

542-
References
542+
API Reference
543543

544544

545545
</label>
@@ -552,14 +552,14 @@
552552

553553

554554
<li class="md-nav__item">
555-
<a href="/apidocs/index.html" class="md-nav__link">
555+
<a href="/references/" class="md-nav__link">
556556

557557

558558

559559
<span class="md-ellipsis">
560560

561561

562-
None
562+
References
563563

564564

565565

@@ -627,7 +627,7 @@ <h1>404 - Not found</h1>
627627
<div class="md-copyright">
628628

629629
<div class="md-copyright__highlight">
630-
&copy; TensorFlow Authors 2025
630+
&copy; TensorFlow Authors 2026
631631
</div>
632632

633633

docs/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,13 @@
276276

277277

278278
<li class="md-tabs__item">
279-
<a href="apidocs/index.html" class="md-tabs__link">
279+
<a href="references/" class="md-tabs__link">
280280

281281

282282

283283

284284

285-
References
285+
API Reference
286286

287287
</a>
288288
</li>
@@ -539,7 +539,7 @@
539539
<span class="md-ellipsis">
540540

541541

542-
References
542+
API Reference
543543

544544

545545

@@ -555,7 +555,7 @@
555555
<span class="md-nav__icon md-icon"></span>
556556

557557

558-
References
558+
API Reference
559559

560560

561561
</label>
@@ -568,14 +568,14 @@
568568

569569

570570
<li class="md-nav__item">
571-
<a href="apidocs/index.html" class="md-nav__link">
571+
<a href="references/" class="md-nav__link">
572572

573573

574574

575575
<span class="md-ellipsis">
576576

577577

578-
None
578+
References
579579

580580

581581

@@ -657,10 +657,10 @@
657657
</li>
658658

659659
<li class="md-nav__item">
660-
<a href="#ndarray" class="md-nav__link">
660+
<a href="#tensorflow-ndarray" class="md-nav__link">
661661
<span class="md-ellipsis">
662662

663-
ndarray
663+
tensorflow-ndarray
664664

665665
</span>
666666
</a>
@@ -728,7 +728,7 @@ <h3 id="tensorflow-framework"><a href="https://github.com/tensorflow/java/tree/m
728728
<li><strong>Intended audience</strong>: neural network developers.</li>
729729
<li>Primary API for building and training neural networks with TensorFlow.</li>
730730
</ul>
731-
<h3 id="ndarray"><a href="https://github.com/tensorflow/java-ndarray">ndarray</a></h3>
731+
<h3 id="tensorflow-ndarray"><a href="https://github.com/tensorflow/java/tree/master/tensorflow-ndarray">tensorflow-ndarray</a></h3>
732732
<ul>
733733
<li><strong>Intended audience</strong>: any developer who needs a Java n-dimensional array implementation, whether or not they use it with TensorFlow.</li>
734734
<li>Generic utility library for n-dimensional data I/O operations.</li>
@@ -768,7 +768,7 @@ <h2 id="communication">Communication</h2>
768768
<div class="md-copyright">
769769

770770
<div class="md-copyright__highlight">
771-
&copy; TensorFlow Authors 2025
771+
&copy; TensorFlow Authors 2026
772772
</div>
773773

774774

docs/install/index.html

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<link rel="prev" href="..">
1717

1818

19+
<link rel="next" href="../references/">
20+
1921

2022

2123

@@ -276,13 +278,13 @@
276278

277279

278280
<li class="md-tabs__item">
279-
<a href="../apidocs/index.html" class="md-tabs__link">
281+
<a href="../references/" class="md-tabs__link">
280282

281283

282284

283285

284286

285-
References
287+
API Reference
286288

287289
</a>
288290
</li>
@@ -708,7 +710,7 @@
708710
<span class="md-ellipsis">
709711

710712

711-
References
713+
API Reference
712714

713715

714716

@@ -724,7 +726,7 @@
724726
<span class="md-nav__icon md-icon"></span>
725727

726728

727-
References
729+
API Reference
728730

729731

730732
</label>
@@ -737,14 +739,14 @@
737739

738740

739741
<li class="md-nav__item">
740-
<a href="../apidocs/index.html" class="md-nav__link">
742+
<a href="../references/" class="md-nav__link">
741743

742744

743745

744746
<span class="md-ellipsis">
745747

746748

747-
None
749+
References
748750

749751

750752

@@ -941,18 +943,23 @@ <h1 id="install-tensorflow-java">Install TensorFlow Java</h1>
941943
Kotlin, are frequently used in large and small enterprises all over the world,
942944
which makes TensorFlow Java a strategic choice for adopting machine learning at
943945
a large scale.</p>
944-
<p>Caution: The TensorFlow Java API is <em>not</em> covered by the TensorFlow
945-
<a href="https://www.tensorflow.org/guide/versions">API stability guarantees</a>.</p>
946+
<p>Note: Starting from version 1.0.0, the TensorFlow Java project follows the
947+
<a href="https://www.tensorflow.org/guide/versions#api_stability">TensorFlow API stability guarantees</a>.
948+
However, as these bindings are downstream of the TensorFlow C API, users should
949+
be aware that stability is subject to the evolution of the upstream TensorFlow core.</p>
946950
<h2 id="requirements">Requirements</h2>
947951
<p>TensorFlow Java runs on Java 11 and above, and supports out-of-the-box the
948952
following platforms:</p>
949953
<ul>
950954
<li>Ubuntu 20.04 or higher; 64-bit, x86</li>
951955
<li>Ubuntu 22.04 or higher; 64-bit, arm</li>
952956
<li>macOS 14 or higher; 64-bit, arm</li>
957+
</ul>
958+
<p>Tensorflow Java 1.1 and earlier has binaries for:</p>
959+
<ul>
953960
<li>Windows 10 or higher; 64-bit, x86</li>
954961
</ul>
955-
<p>TensorFlow Java 1.0 series and earlier releases also have binaries for:</p>
962+
<p>TensorFlow Java 1.0 series and earlier has binaries for:</p>
956963
<ul>
957964
<li>macOS 12 or higher; 64-bit, x86</li>
958965
</ul>
@@ -982,7 +989,7 @@ <h2 id="installing-with-maven">Installing with Maven</h2>
982989
<pre><code class="language-xml">&lt;dependency&gt;
983990
&lt;groupId&gt;org.tensorflow&lt;/groupId&gt;
984991
&lt;artifactId&gt;tensorflow-core-platform&lt;/artifactId&gt;
985-
&lt;version&gt;1.1.0&lt;/version&gt;
992+
&lt;version&gt;1.2.0&lt;/version&gt;
986993
&lt;/dependency&gt;
987994
</code></pre>
988995
<h3 id="reducing-number-of-dependencies">Reducing Number of Dependencies</h3>
@@ -1017,7 +1024,7 @@ <h3 id="using-snapshots">Using Snapshots</h3>
10171024
&lt;dependency&gt;
10181025
&lt;groupId&gt;org.tensorflow&lt;/groupId&gt;
10191026
&lt;artifactId&gt;tensorflow-core-platform&lt;/artifactId&gt;
1020-
&lt;version&gt;1.2.0-SNAPSHOT&lt;/version&gt;
1027+
&lt;version&gt;1.3.0-SNAPSHOT&lt;/version&gt;
10211028
&lt;/dependency&gt;
10221029
&lt;/dependencies&gt;
10231030
</code></pre>
@@ -1030,7 +1037,7 @@ <h2 id="installing-with-gradle">Installing with Gradle</h2>
10301037
}
10311038

10321039
dependencies {
1033-
compile group: 'org.tensorflow', name: 'tensorflow-core-platform', version: '1.0.0'
1040+
compile group: 'org.tensorflow', name: 'tensorflow-core-platform', version: '1.2.0'
10341041
}
10351042
</code></pre>
10361043
<h3 id="reducing-number-of-dependencies_1">Reducing Number of Dependencies</h3>
@@ -1066,7 +1073,7 @@ <h2 id="example-program">Example Program</h2>
10661073
&lt;dependency&gt;
10671074
&lt;groupId&gt;org.tensorflow&lt;/groupId&gt;
10681075
&lt;artifactId&gt;tensorflow-core-platform&lt;/artifactId&gt;
1069-
&lt;version&gt;1.1.0&lt;/version&gt;
1076+
&lt;version&gt;1.2.0&lt;/version&gt;
10701077
&lt;/dependency&gt;
10711078
&lt;/dependencies&gt;
10721079
&lt;/project&gt;
@@ -1136,7 +1143,7 @@ <h2 id="example-program">Example Program</h2>
11361143
<div class="md-copyright">
11371144

11381145
<div class="md-copyright__highlight">
1139-
&copy; TensorFlow Authors 2025
1146+
&copy; TensorFlow Authors 2026
11401147
</div>
11411148

11421149

0 commit comments

Comments
 (0)