Ecto-Trigger 1.0
Loading...
Searching...
No Matches
TFLiteModelRunner Class Reference

Static Public Member Functions

 load_tflite_model (str tflite_path)
 
 get_tflite_input_output_details (interpreter)
 

Member Function Documentation

◆ get_tflite_input_output_details()

get_tflite_input_output_details ( interpreter)
static
Get input and output details of a loaded TFLite model.

Args:
    interpreter (tf.lite.Interpreter): Loaded TFLite model interpreter.

Returns:
    tuple: (input_details, output_details)

◆ load_tflite_model()

load_tflite_model ( str tflite_path)
static
Load a TFLite model for inference and print input/output details.

Args:
    tflite_path (str): Path to the .tflite file.

Returns:
    tf.lite.Interpreter: TFLite interpreter with the model loaded.

The documentation for this class was generated from the following file: