Skip to main content

TfLiteStatus_kTfLiteApplicationError

Constant TfLiteStatus_kTfLiteApplicationError 

Source
pub const TfLiteStatus_kTfLiteApplicationError: TfLiteStatus = 3;
Expand description

Generally referring to an error in applying a delegate due to incompatibility between runtime and delegate, e.g., this error is returned when trying to apply a TF Lite delegate onto a model graph that’s already immutable.