Skip to content

Commit

Permalink
[infra] Update onecc man page (Samsung#7540)
Browse files Browse the repository at this point in the history
This commit adds the profile details in onecc man page.

Signed-off-by: Jiyoung Yun <[email protected]>
  • Loading branch information
jyoungyun authored Aug 20, 2021
1 parent bfa2f5b commit 84890a4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions infra/debian/compiler/docs/onecc.1
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Package circle and metadata into nnpackage. See one-pack(1) for details.
.TP
\fBcodegen\fR
Code generation tool. See one-codegen(1) for details.
.TP
\fBprofile\fR
Profile backend model file. See one-profile(1) for details.
.SH EXAMPLES
.SS Use command line interface
.TP
Expand All @@ -65,6 +68,9 @@ package circle and metadata into nnpackage
.TP
\fBonecc codegen -b\fR \fIbackend\fR \fB--\fR \fIbackends_arguments\fR
generate backend code
.TP
\fBonecc profile -b\fR \fIbackend\fR \fB--\fR \fIbackends_arguments\fR
profile backend model
.PP
.SS Use configuration file
.PP
Expand All @@ -87,6 +93,8 @@ one-quantize=True
one-pack=True
.br
one-codegen=True
.br
one-profile=True
.IP
[one-import-tf]
.br
Expand Down Expand Up @@ -131,6 +139,12 @@ output_path=inception_v3_pack
backend=dummy
.br
command=-o sample.out inception_v3.quantized.circle
.IP
[one-profile]
.br
backend=dummy
.br
command=sample.out
.TP
\fBonecc -C\fR \fIconfiguration file\fR
Run ONE driver according to configuration section parameter
Expand Down

0 comments on commit 84890a4

Please sign in to comment.