Skip to content

Commit ee8e537

Browse files
committed
add max min layer
1 parent c6d7ad3 commit ee8e537

File tree

1 file changed

+2
-0
lines changed
  • python/paddle/v2/fluid/layers

1 file changed

+2
-0
lines changed

python/paddle/v2/fluid/layers/ops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
'elementwise_div',
4343
'elementwise_sub',
4444
'elementwise_mul',
45+
'elementwise_max',
46+
'elementwise_min',
4547
'clip',
4648
'sequence_softmax',
4749
] + __activations__

0 commit comments

Comments
 (0)