提交 a0590004 编写于 作者: Y Yu Yang

Add __all__ in `gradient_checker.py`

上级 fcc28cce
......@@ -3,6 +3,8 @@ from paddle.v2.framework.create_op_creation_methods import op_creations
import numpy
import unittest
__all__ = ['get_numeric_gradient']
def get_numeric_gradient(op,
input_values,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册