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 9cc01f4 commit 91ee24aCopy full SHA for 91ee24a
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