1616 < link rel ="prev " href =".. ">
1717
1818
19+ < link rel ="next " href ="../references/ ">
20+
1921
2022
2123
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 >
708710 < span class ="md-ellipsis ">
709711
710712
711- References
713+ API Reference
712714
713715
714716
724726 < span class ="md-nav__icon md-icon "> </ span >
725727
726728
727- References
729+ API Reference
728730
729731
730732 </ label >
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>
941943Kotlin, are frequently used in large and small enterprises all over the world,
942944which makes TensorFlow Java a strategic choice for adopting machine learning at
943945a 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
948952following 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 "> <dependency>
983990 <groupId>org.tensorflow</groupId>
984991 <artifactId>tensorflow-core-platform</artifactId>
985- <version>1.1 .0</version>
992+ <version>1.2 .0</version>
986993</dependency>
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 <dependency>
10181025 <groupId>org.tensorflow</groupId>
10191026 <artifactId>tensorflow-core-platform</artifactId>
1020- <version>1.2 .0-SNAPSHOT</version>
1027+ <version>1.3 .0-SNAPSHOT</version>
10211028 </dependency>
10221029</dependencies>
10231030</ code > </ pre >
@@ -1030,7 +1037,7 @@ <h2 id="installing-with-gradle">Installing with Gradle</h2>
10301037}
10311038
10321039dependencies {
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 <dependency>
10671074 <groupId>org.tensorflow</groupId>
10681075 <artifactId>tensorflow-core-platform</artifactId>
1069- <version>1.1 .0</version>
1076+ <version>1.2 .0</version>
10701077 </dependency>
10711078 </dependencies>
10721079</project>
@@ -1136,7 +1143,7 @@ <h2 id="example-program">Example Program</h2>
11361143 < div class ="md-copyright ">
11371144
11381145 < div class ="md-copyright__highlight ">
1139- © TensorFlow Authors 2025
1146+ © TensorFlow Authors 2026
11401147 </ div >
11411148
11421149
0 commit comments