We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e1668 commit fa21ab9Copy full SHA for fa21ab9
tensorflow_lite_support/c/common.h
@@ -176,11 +176,11 @@ enum TfLiteSupportErrorCode {
176
177
// kNotFound indicates some requested entity (such as a file or directory)
178
// was not found.
179
- kNotFound = 900,
+ kNotFoundError = 900,
180
// kInternal indicates an internal error has occurred
181
// and some invariants expected by the underlying system have not been
182
// satisfied. This error code is reserved for serious errors.
183
- kInternal,
+ kInternalError,
184
185
};
186
0 commit comments