Skip to content

Commit

Permalink
ステータスを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Masato Hori committed May 8, 2018
1 parent 708411a commit 00ceeaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/src/nnabla/utils/converter/onnx/ONNXOpCoverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ that indicates if each operator can be converted to NNP.
|RandomNormalLike|:broken_heart:|Operator does not exist in NNabla|
|RandomUniform|:purple_heart:|Should be able to map to Rand|
|RandomUniformLike|:broken_heart:|Operator does not exist in NNabla|
|Reciprocal|:black_heart:||
|Reciprocal|:purple_heart:|Should be able to map to RDivScalar|
|ReduceL1|:broken_heart:|Operator does not exist in NNabla|
|ReduceL2|:broken_heart:|Operator does not exist in NNabla|
|ReduceLogSum|:broken_heart:|Operator does not exist in NNabla|
Expand All @@ -85,22 +85,22 @@ that indicates if each operator can be converted to NNP.
|Reshape|:yellow_heart:|implementing|
|Selu|:green_heart:||
|Sigmoid|:green_heart:||
|Size|:black_heart:||
|Size|:broken_heart:|Operator does not exist in NNabla|
|Slice|:black_heart:||
|Softmax|:yellow_heart:|Supporting 2D input only|
|Softplus|:black_heart:||
|Softsign|:black_heart:||
|SpaceToDepth|:broken_heart:|Operator does not exist in NNabla|
|Split|:black_heart:||
|Sqrt|:broken_heart:|Operator does not exist in NNabla|
|Squeeze|:black_heart:||
|Squeeze|:broken_heart:|Operator does not exist in NNabla|
|Sub|:yellow_heart:|broadcast will be converted to a BroadcastTo|
|Sum|:yellow_heart:|Supporting two inputs only|
|Tanh|:green_heart:||
|Tile|:black_heart:||
|TopK|:black_heart:||
|Transpose|:green_heart:||
|Unsqueeze|:black_heart:||
|Unsqueeze|:broken_heart:|Operator does not exist in NNabla|
|Xor|:yellow_heart:|broadcast will be converted to a BroadcastTo|
|experimental ATen|:black_heart:||
|experimental Affine|:black_heart:||
Expand Down

0 comments on commit 00ceeaa

Please sign in to comment.