fixed log1p

This commit is contained in:
jiangjinsheng 2020-05-27 15:28:33 +08:00
parent d85262e03c
commit a9de8012df
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ __all__ = [
'ReduceProd',
'CumProd',
'Log',
'Log1p',
'SigmoidCrossEntropyWithLogits',
'FloorDiv',
'FloorMod',