mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
DML EP Mark ImageScalar Test As 'won't fix' (#15894)
ImageScalar is an experimental operator added in ONNX 1.2.1 and removed in ONNX 1.5 so it's no longer in use. Changing the comment to won't fix. --------- Co-authored-by: Dwayne Robinson <dwayner@microsoft.com>
This commit is contained in:
parent
1bebc88069
commit
000a600080
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ TEST(CropContribOpTest, CropBorderAndScale) {
|
|||
}
|
||||
|
||||
TEST(ImageScalerContribOpTest, ImageScalerTest) {
|
||||
// TODO: Unskip when fixed #41968513
|
||||
// Won't fix for DML which only accepts 1 or 3 channels, as the op was only experimental and since removed.
|
||||
if (DefaultDmlExecutionProvider().get() != nullptr) {
|
||||
GTEST_SKIP() << "Skipping because of the following error: AbiCustomRegistry.cpp(507): The parameter is incorrect.";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue