Skip to content

Commit 2b02573

Browse files
ibelemanssiko
authored andcommitted
Update TFLite to LiteRT
1 parent aacd654 commit 2b02573

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

β€Žwebnn-status.mdβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ sup {
175175
</tr>
176176
<tr class="title">
177177
<th colspan="2">
178-
TensorFlow Lite
178+
LiteRT
179179
<sup><a href="#note-1">1</a></sup>
180180
</th>
181181
<th colspan="2">
@@ -249,7 +249,7 @@ sup {
249249
</table>
250250

251251
<div class="impl_status">
252-
<div class="title">TensorFlow Lite</div>
252+
<div class="title">LiteRT</div>
253253
<div class="title">DirectML</div>
254254
<div class="title">Core ML</div>
255255
<div>
@@ -313,13 +313,13 @@ sup {
313313
</tr>
314314
<tr class="title">
315315
<th colspan="2">
316-
<img src="https://onnxruntime.ai/images/svg/ONNX-Runtime-logo.svg" /><br />Execution Provider
316+
<a title="WebNN EP of ONNX Runtime Web" href="https://onnxruntime.ai/docs/tutorials/web/ep-webnn.html"><img src="https://onnxruntime.ai/images/svg/ONNX-Runtime-logo.svg" /></a><br />Execution Provider
317317
<sup><a href="#note-7">7</a></sup>
318318
</th>
319319
<th colspan="2">
320-
<img
321-
src="https://www.gstatic.com/devrel-devsite/prod/v2ce49398fbedb6586ec054c8c0e071251fec28eb36277100a1795e671ae7c694/tensorflow/images/lockup.svg">
322-
Lite for TF.js<br />External Delegate
320+
<a title="LiteRT" href="https://developers.googleblog.com/en/tensorflow-lite-is-now-litert/"><img
321+
src="https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/LiteRT_BlogGraphics_4209x1253px_1.original.jpg" alt="LiteRT"></a>
322+
<br />External Delegate
323323
<sup><a href="#note-8">8</a></sup>
324324
</th>
325325
</tr>
@@ -339,7 +339,7 @@ sup {
339339

340340
<div class="impl_status_framework">
341341
<div class="title">ONNX Runtime Web<br/>Execution Provider</div>
342-
<div class="title">TensorFlow.js/TFLite<br/>External Delegate</div>
342+
<div class="title">LiteRT<br/>External Delegate</div>
343343
<div>
344344
<div>βœ… Supported (<span id="ep_supported"></span>)</div>
345345
<div>⏳ Partly Implemented (<span id="ep_partlyimplemented"></span>)</div>
@@ -358,14 +358,14 @@ sup {
358358
The total number of WebNN ops is 78. These tables currently lists ops that are implemented or work in progress by multiple backends and JavaScript machine learning frameworks.
359359
</div>
360360

361-
<sup id="note-1">[1]</sup> [TensorFlow Lite Builtin Options](https://source.chromium.org/chromium/chromium/src/+/main:services/webnn/tflite/op_resolver.cc)<br/>
361+
<sup id="note-1">[1]</sup> [LiteRT Builtin Options](https://source.chromium.org/chromium/chromium/src/+/main:services/webnn/tflite/op_resolver.cc)<br/>
362362
<sup id="note-2">[2]</sup> [DirectML](https://learn.microsoft.com/en-us/windows/win32/api/_directml/) API<br/>
363363
<sup id="note-3">[3]</sup> [Core ML](https://apple.github.io/coremltools/source/coremltools.converters.mil.mil.ops.defs.html) operators<br/>
364364
<sup id="note-4">[4]</sup> This feature is experimental. Can be enabled by setting `#web-machine-learning-neural-network` flag to `Enabled`.<br/>
365365
<sup id="note-5">[5]</sup> This feature is experimental. Can be enabled by setting `#web-machine-learning-neural-network` flag to `Enabled`. Supported on GPUs on Windows 11 21H2 or higher.<br/>
366366
<sup id="note-6">[6]</sup> This feature is experimental. Can be enabled by setting `#web-machine-learning-neural-network` flag to `Enabled`.<br/>
367367
<sup id="note-7">[7]</sup> ONNX [`Operator Schemas`](https://github.com/onnx/onnx/blob/main/docs/Operators.md) and [`WebNN EP Helper`](https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/core/providers/webnn/builders/helper.h)<br/>
368-
<sup id="note-8">[8]</sup> TensorFlow Lite built-in operators [`kTfLiteBuiltin*`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/delegates/xnnpack/xnnpack_delegate.cc)
368+
<sup id="note-8">[8]</sup> LiteRT built-in operators [`kTfLiteBuiltin*`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/delegates/xnnpack/xnnpack_delegate.cc)
369369

370370
πŸ…πŸ…πŸ… Interested in contributing to this implementation status page? See <a href="https://github.com/webmachinelearning/webmachinelearning.github.io/blob/main/CONTRIBUTING.md">contributing guidelines</a>.
371371

0 commit comments

Comments
Β (0)