fix threshold_relu_op (#15594)

test=develop
revert-15296-async_double_buffered_py_reader
chengduo 6 years ago committed by GitHub
parent ea92905be4
commit c4b9eac11a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -135,7 +135,7 @@ def thresholded_relu(x, threshold=None):
if val is not None:
kwargs[name] = val
_thresholded_relu_(**kwargs)
return _thresholded_relu_(**kwargs)
thresholded_relu.__doc__ = _thresholded_relu_.__doc__ + """

Loading…
Cancel
Save