[[["সহজে বোঝা যায়","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 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. |"]]