Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 5ebe1ba

Browse files
authored
Changed TF Lite --> mobile in some cases
1 parent 4c01f6d commit 5ebe1ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rfcs/20200712-tfrt-kernel-fallback.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ custom
100100
Currently, [TF Lite](https://www.tensorflow.org/lite) supports a
101101
[limited set of ops](https://www.tensorflow.org/lite/guide/ops_compatibility).
102102
As the range and variety of applications grows, it becomes essential to grow the
103-
pool of available ops as well, ideally supporting everything that fully-fledged
103+
pool of available ops on mobile devices, ideally supporting everything that fully-fledged
104104
TensorFlow supports now.
105105

106106
However, supporting TensorFlow ops on mobile devices presents some challenges.
@@ -115,8 +115,8 @@ to TensorFlow kernels that minimizes the amount of generated code.
115115

116116
## User Benefit
117117

118-
Running more kernels on mobile devices would allow TensorFlow Lite users to implement
119-
a wider range of models. Reduced binary size will also benefit users that currently use TensorFlow Lite's experimental [TensorFlow Select ops] (https://www.tensorflow.org/lite/guide/ops_select), or users that do not use the experimental feature because of that reason.
118+
Running more kernels on mobile devices would allow TensorFlow users to implement
119+
a wider range of models for mobile devices. Reduced binary size will also benefit users that currently use TensorFlow Lite's experimental [TensorFlow Select ops] (https://www.tensorflow.org/lite/guide/ops_select), or users that do not use the experimental feature because of that reason.
120120

121121
## Design Proposal
122122

0 commit comments

Comments
 (0)