Skip to content

Commit

Permalink
LRNのステータスを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Masato Hori committed May 30, 2018
1 parent 392e53e commit ca38397
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 @@ -44,7 +44,7 @@ that indicates if each operator can be converted to NNP.
|Hardmax|:broken_heart:|Operator does not exist in NNabla|
|Identity|:green_heart:||
|InstanceNormalization|:broken_heart:|Operator does not exist in NNabla|
|LRN|:broken_heart:|Operator does not exist in NNabla|
|LRN|:yellow_heart:|Converted to PowScalar+Tranpose+SumPooling+Transpose+MulScalar+AddScalar+PowScalar|
|LSTM|:broken_heart:|Operator does not exist in NNabla|
|LeakyRelu|:green_heart:||
|Less|:yellow_heart:|broadcast will be converted to a BroadcastTo|
Expand Down

0 comments on commit ca38397

Please sign in to comment.