File tree Expand file tree Collapse file tree 2 files changed +52
-80
lines changed
backends/.jvm/src/main/scala Expand file tree Collapse file tree 2 files changed +52
-80
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ class ORTOperatorBackendAll
62
62
// with FeatureVectorizerV1 //ONNX ML, not tested for in scoreboard
63
63
with FlattenV13
64
64
with FloorV13
65
- // with GRUV7
65
+ // with GRUV7 //fails in scoreboard
66
66
with GatherV13
67
67
// with GatherElementsV11
68
68
// with GatherNDV11
@@ -77,14 +77,14 @@ class ORTOperatorBackendAll
77
77
// with HardSigmoidV6
78
78
// with HardmaxV11
79
79
// with IdentityV1
80
- // with IfV11 //fails in scoreboard
80
+ // with IfV11
81
81
// with ImputerV1 //ONNX ML, not tested for in scoreboard
82
82
with InstanceNormalizationV6
83
83
with InverseV1 // New in 1.7.0
84
84
// with IsInfV10
85
85
with IsNaNV13
86
86
with LRNV13
87
- // with LSTMV7
87
+ // with LSTMV7 //fails in scoreboard
88
88
// with LabelEncoderV2 //ONNX ML, not tested for in scoreboard
89
89
with LeakyReluV6
90
90
with LessV13 // Missing in ONNX.js, but we need it
@@ -126,7 +126,7 @@ class ORTOperatorBackendAll
126
126
// with QLinearConvV10
127
127
// with QLinearMatMulV10
128
128
// with QuantizeLinearV10
129
- // with RNNV7
129
+ // with RNNV7 //fails in scoreboard
130
130
// with RandomNormalV1 //fails in scoreboard
131
131
// with RandomNormalLikeV1 //fails in scoreboard
132
132
// with RandomUniformV1 //fails in scoreboard
You can’t perform that action at this time.
0 commit comments