[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 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. |"]]