Skip to content

Commit

Permalink
fix link in readme (#2736)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyizh committed Jul 18, 2024
1 parent c8144f2 commit fec65e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<td colspan="3" align="center"><a href="guide/practice_guide.md#gpu-practice-guide">GPU practice guide</a></td>
<td colspan="2" align="center"><a href="install/install_for_cpp.md">C++ API support</a></td>
<td colspan="2" align="center"><a href="guide/OpenXLA.md">OpenXLA</a></td>
<td colspan="2" align="center"><a href="guide/Keras3_support.md">Keras 3</a></td>
<td colspan="2" align="center"><a href="guide/keras3_support.md">Keras 3</a></td>
</tr>
</tbody>
<thead>
Expand Down Expand Up @@ -135,4 +135,4 @@
Intel® Extension for TensorFlow\* adopts a uniform Device API PJRT as the supported device plugin mechanism to implement Intel GPU backend for OpenXLA support on TensorFlow frontend.

* Keras 3
Keras 3 with TensorFlow comes with a significant enhancement - the Just-In-Time (JIT) compilation is enabled by default. This feature leverages the XLA (Accelerated Linear Algebra) compiler to optimize TensorFlow computations. See <a href="guide/Keras3_support.md">Keras 3</a> to avoid possible performance issues and error.
Keras 3 with TensorFlow comes with a significant enhancement - the Just-In-Time (JIT) compilation is enabled by default. This feature leverages the XLA (Accelerated Linear Algebra) compiler to optimize TensorFlow computations. See <a href="guide/keras3_support.md">Keras 3</a> to avoid possible performance issues and error.

0 comments on commit fec65e2

Please sign in to comment.