Skip to content

Commit

Permalink
Delete api from __all__ (#42220)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzSean authored Apr 27, 2022
1 parent 4df02fd commit d1e0123
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/paddle/incubate/operators/resnet_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
from paddle.fluid.data_feeder import convert_dtype
from paddle.fluid.param_attr import ParamAttr
from paddle import _C_ops
__all__ = ['resnet_unit', 'ResNetUnit']


def resnet_unit(x, filter_x, scale_x, bias_x, mean_x, var_x, z, filter_z,
Expand Down

0 comments on commit d1e0123

Please sign in to comment.