delete module path for the activation ops, test=develop (#26515)

test_feature_precision_test_c
wawltor 5 years ago committed by GitHub
parent 8e4ed662d1
commit 61273973ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -274,7 +274,6 @@ def generate_activation_fn(op_type):
return output
func.__name__ = op_type
func.__module__ = "paddle.fluid.layers"
func.__doc__ = _generate_doc_string_(
op_proto,
additional_args_lines=[

Loading…
Cancel
Save