Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
Update sqrt and reciprocal coverage status
Browse files Browse the repository at this point in the history
  • Loading branch information
houseroad authored Jan 30, 2018
1 parent 40c274b commit 47e26a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ONNXOpCoverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This doc keeps tracking why operators are not covered by the testcases.
|RandomNormalLike|||💔No op|
|RandomUniform|||💔No op|
|RandomUniformLike|||💔No op|
|Reciprocal|||💔No op|
|Reciprocal|||💛Use Pow to implement|
|ReduceL1|||💔No op|
|ReduceL2|||💔No op|
|ReduceLogSum|||💔No op|
Expand All @@ -88,7 +88,7 @@ This doc keeps tracking why operators are not covered by the testcases.
|Softsign|||💚OK, no tests|
|SpaceToDepth|||💛Should be SpaceToBatch, no tests|
|Split|Yes|OK|💚OK|
|Sqrt|||💔No op|
|Sqrt|||💛Use Pow to implement|
|Squeeze|||💚OK, no tests|
|Sub||OK|💚OK|
|Sum|Yes|OK|💚OK|
Expand Down

0 comments on commit 47e26a1

Please sign in to comment.