[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-24 UTC."],[],[],null,["# org.tensorflow.lite\n\nDefines classes to load and execute TensorFlowLite models.\n\n### Interfaces\n\n|------------------------------------------------------------------------------|---------------------------------------------------------------------------------|\n| [Delegate](/edge/api/tflite/java/org/tensorflow/lite/Delegate) | Wrapper for a native TensorFlow Lite Delegate. |\n| [DelegateFactory](/edge/api/tflite/java/org/tensorflow/lite/DelegateFactory) | Allows creating delegates for different runtime flavors. |\n| [InterpreterApi](/edge/api/tflite/java/org/tensorflow/lite/InterpreterApi) | Interface to TensorFlow Lite model interpreter, excluding experimental methods. |\n| [Tensor](/edge/api/tflite/java/org/tensorflow/lite/Tensor) | A typed multi-dimensional array used in Tensorflow Lite. |\n\n### Classes\n\n|--------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Interpreter](/edge/api/tflite/java/org/tensorflow/lite/Interpreter) | Driver class to drive model inference with TensorFlow Lite. |\n| [Interpreter.Options](/edge/api/tflite/java/org/tensorflow/lite/Interpreter.Options) | An options class for controlling runtime interpreter behavior. |\n| [InterpreterApi.Options](/edge/api/tflite/java/org/tensorflow/lite/InterpreterApi.Options) | An options class for controlling runtime interpreter behavior. |\n| [InterpreterFactory](/edge/api/tflite/java/org/tensorflow/lite/InterpreterFactory) | Factory for constructing InterpreterApi instances. |\n| [Tensor.QuantizationParams](/edge/api/tflite/java/org/tensorflow/lite/Tensor.QuantizationParams) | Quantization parameters that corresponds to the table, `QuantizationParameters`, in the [TFLite Model schema file.](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/schema/schema.fbs) |\n| [TensorFlowLite](/edge/api/tflite/java/org/tensorflow/lite/TensorFlowLite) | Static utility methods for loading the TensorFlowLite runtime and native code. |\n\n### Enums\n\n|------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|\n| [DataType](/edge/api/tflite/java/org/tensorflow/lite/DataType) | Represents the type of elements in a TensorFlow Lite [Tensor](/edge/api/tflite/java/org/tensorflow/lite/Tensor) as an enum. |\n| [InterpreterApi.Options.TfLiteRuntime](/edge/api/tflite/java/org/tensorflow/lite/InterpreterApi.Options.TfLiteRuntime) | Enum to represent where to get the TensorFlow Lite runtime implementation from. |\n| [RuntimeFlavor](/edge/api/tflite/java/org/tensorflow/lite/RuntimeFlavor) | Represents a TFLite runtime. |"]]