[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-10 UTC."],[],[],null,["Defines classes to load and execute TensorFlowLite models.\n\nInterfaces \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\nClasses \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\nEnums \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. |"]]