Skip to content

Commit

Permalink
Removed remining committed test artefacts and reverted remaining chan…
Browse files Browse the repository at this point in the history
…ges in mo
  • Loading branch information
slyalin committed Aug 17, 2023
1 parent f5a9c65 commit eadfb3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 63 deletions.
6 changes: 6 additions & 0 deletions tools/mo/openvino/tools/mo/moc_frontend/moc_emit_ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,11 @@ def moc_emit_ir(ngraph_function: Model, argv: argparse.Namespace):

apply_user_transformations(ngraph_function, parse_transform(argv.transform))

if argv.compress_to_fp16:
from openvino.tools.mo.back.offline_transformations import compress_model
compress_model(ngraph_function)

apply_fused_names_cleanup(ngraph_function)

del argv.feManager
return ngraph_function
Empty file removed tools/ovc/model_int32.bin
Empty file.
63 changes: 0 additions & 63 deletions tools/ovc/model_int32.xml

This file was deleted.

0 comments on commit eadfb3a

Please sign in to comment.