Skip to content

Commit

Permalink
[one-cmds] Revise doc of forward_reshape_to_unaryop (Samsung#5872)
Browse files Browse the repository at this point in the history
This will revise forward_reshape_to_unaryop in how-to-use-one-commands.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Jan 28, 2021
1 parent 940b24a commit 52275bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/one-cmds/how-to-use-one-commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Current transformation options are
- fold_cast : This removes Cast operation which can be folded
- fold_dequantize : This removes Dequantize operation which can be folded
- fold_sparse_to_dense : This removes SparseToDense operation which can be folded
- forward_reshape_to_unaryop: This will move Reshape after certain UnaryOp(Neg)
- forward_reshape_to_unaryop: This will move Reshape after UnaryOp for centain condition
- fuse_add_with_tconv: This fuses Add operator with the preceding TConv operator if possible
- fuse_batchnorm_with_conv : This fuses BatchNorm operator to convolution operator
- fuse_batchnorm_with_dwconv : This fuses BatchNorm operator to depthwise convolution operator
Expand Down

0 comments on commit 52275bb

Please sign in to comment.