File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,8 @@ relu6, maximum and minimum in ReLUParameter
7676eltwise.py (to be deprecated, customized Python layer, realize the broadcasting and add support for divide and minimum for eltwise layer)
7777matrix_inverse.py (customized Python layer, implementation of tf.matrix_inverse)
7878pad.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)
8081reshape.py (customized Python layer, implementation of tf.reshape with two inputs)
8182shape.py (deprecated, customized Python layer, implementation of tf.shape)
8283slice.py (customized Python layer, implementation of tf.slice and tf.strided_slice)
You can’t perform that action at this time.
0 commit comments