Skip to content

Commit 685299c

Browse files
committed
Rename math.py to layer_math.py
* Fix #903
1 parent 87170a7 commit 685299c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

python/paddle/trainer_config_helpers/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@
2020
from networks import *
2121
from optimizers import *
2222
from attrs import *
23-
24-
# This will enable operator overload for LayerOutput
25-
import math as layer_math
23+
import layer_math
File renamed without changes.

0 commit comments

Comments
 (0)