View Source TFLiteBEAM (tflite_beam v0.2.0)
This module contains some helper functions from the tflite
namespace in TensorFlow Lite's codebase.
Link to this section Summary
Functions
Prints a dump of what tensors and what nodes are in the interpreter.
Resets a variable tensor to the default value.
Link to this section Functions
@spec print_interpreter_state(reference()) :: nil
Prints a dump of what tensors and what nodes are in the interpreter.
Note that this function directly prints to stdout
@spec reset_variable_tensor(%TFLiteBEAM.TFLiteTensor{ index: term(), name: term(), quantization_params: term(), reference: term(), shape: term(), shape_signature: term(), sparsity_params: term(), type: term() }) :: any()
Resets a variable tensor to the default value.