Skip to content

Commit a0c6e6c

Browse files
khanhlvgtflite-support-robot
authored andcommitted
Internal change
PiperOrigin-RevId: 447387775
1 parent b7c5042 commit a0c6e6c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tensorflow_lite_support/python/task/__init__.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,3 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
"""The TensorFlow Lite Task Library.
15-
16-
TensorFlow Lite Task Library contains a set of powerful and easy-to-use
17-
task-specific libraries for app developers to create ML experiences with
18-
TensorFlow Lite. It provides optimized out-of-box model interfaces for popular
19-
machine learning tasks, such as image and text classification. The model
20-
interfaces are specifically designed for each task to achieve the best
21-
performance and usability.
22-
23-
Read more in the [Task Library Guide](
24-
https://tensorflow.org/lite/inference_with_metadata/task_library/overview).
25-
"""
26-
27-
from tflite_support.task import audio
28-
from tflite_support.task import core
29-
from tflite_support.task import processor
30-
from tflite_support.task import text
31-
from tflite_support.task import vision

0 commit comments

Comments
 (0)