Skip to content

Commit

Permalink
ステータスを修正!
Browse files Browse the repository at this point in the history
  • Loading branch information
Masato Hori committed May 9, 2018
1 parent 5f577c7 commit 2c2ec30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/nnabla/utils/converter/onnx/ONNXOpCoverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ that indicates if each operator can be converted to NNP.
|Concat|:green_heart:||
|Constant|:yellow_heart:|Converted to an input parameter|
|Conv|:yellow_heart:|auto_pad not supported. pads must have same value for begin and end.|
|ConvTranspose|:broken_heart:|Should map to Deconvolution?|
|ConvTranspose|:purple_heart:|Should map to Deconvolution?|
|DepthToSpace|:broken_heart:|Operator does not exist in NNabla|
|Div|:yellow_heart:|broadcast will be converted to a BroadcastTo|
|Dropout|:yellow_heart:|mask output will be removed since NNabla does not produce mask output.|
Expand Down

0 comments on commit 2c2ec30

Please sign in to comment.