Skip to content

Commit d4f4ec1

Browse files
committed
Update comments to drop references to ONNXjs (ORT web will replace it), reflect latest scoreboard op results
1 parent 57dd165 commit d4f4ec1

File tree

2 files changed

+52
-80
lines changed

2 files changed

+52
-80
lines changed

backends/.jvm/src/main/scala/ORTOperatorBackendAll.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class ORTOperatorBackendAll
6262
// with FeatureVectorizerV1 //ONNX ML, not tested for in scoreboard
6363
with FlattenV13
6464
with FloorV13
65-
// with GRUV7
65+
// with GRUV7 //fails in scoreboard
6666
with GatherV13
6767
// with GatherElementsV11
6868
// with GatherNDV11
@@ -77,14 +77,14 @@ class ORTOperatorBackendAll
7777
// with HardSigmoidV6
7878
// with HardmaxV11
7979
// with IdentityV1
80-
// with IfV11 //fails in scoreboard
80+
// with IfV11
8181
// with ImputerV1 //ONNX ML, not tested for in scoreboard
8282
with InstanceNormalizationV6
8383
with InverseV1 //New in 1.7.0
8484
// with IsInfV10
8585
with IsNaNV13
8686
with LRNV13
87-
// with LSTMV7
87+
// with LSTMV7 //fails in scoreboard
8888
// with LabelEncoderV2 //ONNX ML, not tested for in scoreboard
8989
with LeakyReluV6
9090
with LessV13 //Missing in ONNX.js, but we need it
@@ -126,7 +126,7 @@ class ORTOperatorBackendAll
126126
// with QLinearConvV10
127127
// with QLinearMatMulV10
128128
// with QuantizeLinearV10
129-
// with RNNV7
129+
// with RNNV7 //fails in scoreboard
130130
// with RandomNormalV1 //fails in scoreboard
131131
// with RandomNormalLikeV1 //fails in scoreboard
132132
// with RandomUniformV1 //fails in scoreboard

0 commit comments

Comments
 (0)