About 12,700 results
Open links in new tab
  1. Module: tf.lite | TensorFlow v2.16.1

    class OpsSet: Enum class defining the sets of ops available to generate TFLite models. class Optimize: Enum defining the optimizations to apply when generating a tflite model.

  2. TensorFlow Lite

    Un modelo de TensorFlow Lite se representa en un formato especial, eficiente y portátil conocido como FlatBuffers (identificado con la extensión de archivo .tflite).

  3. TensorFlow Lite

    A TensorFlow Lite モデルは、 FlatBuffers と呼ばれる専用の効率的なポータブル フォーマット(ファイル拡張子「.tflite」で識別されます)で表されます。

  4. TensorFlow Lite

    참고: 성능, 모델 크기, 정확성 간의 이상적인 균형은 성능 권장사항 가이드를 참고하세요. 1. Tensor Flow Lite 모델 생성 TensorFlow Lite 모델은 FlatBuffers (.tflite 파일 확장자로 식별됨)라는 …

  5. TensorFlow Lite Micro with ML acceleration

    Feb 2, 2023 · With TensorFlow Lite (TFLite), you can now run sophisticated models that perform pose estimation and object segmentation, but these models still require a relatively powerful …

  6. TensorFlow Lite

    注意:請參閱 效能最佳做法 指南,瞭解如何在效能、模型大小和準確率之間達到最佳平衡。 1. 產生 TensorFlow Lite 模型 TensorFlow Lite 模型以 FlatBuffers 這種特殊的高效率可攜格式呈現 …

  7. TensorFlow Lite 변환기

    해결 방법: 이 오류는 모델에 TFLite 구현에 대응하지 않는 TF 작업이 있기 때문에 발생합니다. TFLite 모델에서 TF 작업을 사용 하여 이 문제를 해결할 수 있습니다 (권장).

  8. Post-training quantization | TensorFlow Model Optimization

    Aug 3, 2022 · import tensorflow as tf converter = tf.lite.TFLiteConverter.from_saved_model(saved_model_dir) converter.optimizations = …

  9. TensorFlow Lite

    1. Générer un modèle TensorFlow Lite Un modèle TensorFlow Lite est représenté dans un format portable efficace spécial, appelé FlatBuffers (identifié par l'extension de fichier .tflite).

  10. TensorFlow.js TFLite API

    Models This library is a wrapper of TFLite interpreter. It is packaged in a WebAssembly binary that runs in a browser. For more details and related concepts about TFLite Interpreter and what the …