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 da208d9 commit 27b4ec7Copy full SHA for 27b4ec7
extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/ExecutorchRuntimeEngine.mm
@@ -102,7 +102,7 @@ - (instancetype)initWithModelPath:(NSString *)modelPath
102
return resultValues;
103
} catch (...) {
104
if (error) {
105
- *error = [NSError errorWithDomain:@"LiteInterpreterRuntimeEngine"
+ *error = [NSError errorWithDomain:@"ExecutorchRuntimeEngine"
106
code:kInferenceFailed
107
userInfo:@{NSDebugDescriptionErrorKey : @"Unknown error"}];
108
}
0 commit comments