mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-01 03:45:06 +00:00
Remove pointless assert. (#9571)
This commit is contained in:
parent
4e76360261
commit
a2b3e6bb23
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ namespace Microsoft.ML.OnnxRuntime.Tests
|
|||
{
|
||||
var opt = new SessionOptions();
|
||||
opt.AppendExecutionProvider_CoreML(CoreMLFlags.COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE);
|
||||
Assert.NotNull(opt);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue