تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-25 بهوقت ساعت هماهنگ جهانی."],[],[],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. |"]]