Skip to content

Commit 5f7ba2e

Browse files
authored
Update FEATURES.md
1 parent 0a8ce66 commit 5f7ba2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FEATURES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ relu6, maximum and minimum in ReLUParameter
7676
eltwise.py (to be deprecated, customized Python layer, realize the broadcasting and add support for divide and minimum for eltwise layer)
7777
matrix_inverse.py (customized Python layer, implementation of tf.matrix_inverse)
7878
pad.py and pads.py (customized Python layer, implementation of tf.pad)
79-
range.py (customized Python layer, implementation of tf.range)
79+
range.py (customized Python layer, implementation of tf.range)
80+
rank.py (customized Python layer, implementation of tf.rank)
8081
reshape.py (customized Python layer, implementation of tf.reshape with two inputs)
8182
shape.py (deprecated, customized Python layer, implementation of tf.shape)
8283
slice.py (customized Python layer, implementation of tf.slice and tf.strided_slice)

0 commit comments

Comments
 (0)