提交 016d0eb7 编写于 作者: W wanghaoshuang

Add python API for sum op.

上级 aee68677
......@@ -51,7 +51,7 @@ __all__ = [
'clip_by_norm', 'softmax', 'sequence_softmax', 'logical_and', 'logical_or',
'logical_xor', 'logical_not', 'uniform_random',
'uniform_random_batch_size_like', 'gaussian_random',
'gaussian_random_batch_size_like', 'cumsum', 'scatter'
'gaussian_random_batch_size_like', 'cumsum', 'scatter', 'sum'
] + __activations__
for _OP in set(__all__):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册