TfLiteStatus class

tensorflow#c_api_types Note that new error status values may be added in future in order to indicate more fine-grained internal states, therefore, applications should not rely on status values being members of the enum.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

kTfLiteApplicationError → const int
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.
kTfLiteDelegateDataNotFound → const int
Generally referring to serialized delegate data not being found. See tflite::delegates::Serialization.
kTfLiteDelegateDataReadError → const int
Generally referring to data-reading issues in delegate serialization. See tflite::delegates::Serialization.
kTfLiteDelegateDataWriteError → const int
Generally referring to data-writing issues in delegate serialization. See tflite::delegates::Serialization.
kTfLiteDelegateError → const int
Generally referring to an error from a TfLiteDelegate itself.
kTfLiteError → const int
Generally referring to an error in the runtime (i.e. interpreter)
kTfLiteOk → const int
kTfLiteUnresolvedOps → const int
Generally referring to issues when the TF Lite model has ops that cannot be resolved at runtime. This could happen when the specific op is not registered or built with the TF Lite framework.