remove TransposeSinking from MOC
This commit is contained in:
parent
430bdbec35
commit
a56a0768f1
@ -79,7 +79,6 @@
|
||||
#include <transformations/smart_reshape/reshape_sinking.hpp>
|
||||
|
||||
#include "itt.hpp"
|
||||
#include "transformations/transpose_sinking/ts_general.hpp"
|
||||
|
||||
bool ov::pass::MOCTransformations::run_on_model(const std::shared_ptr<ngraph::Function>& f) {
|
||||
RUN_ON_FUNCTION_SCOPE(MOCTransformations);
|
||||
@ -113,7 +112,6 @@ bool ov::pass::MOCTransformations::run_on_model(const std::shared_ptr<ngraph::Fu
|
||||
// RemoveConcatZeroDimInput and RemoveMultiSubGraphOpDanglingParamsResults should be called together.
|
||||
using namespace ov::pass;
|
||||
REGISTER_PASS(manager, EliminateScatterUpdate)
|
||||
REGISTER_PASS(manager, TransposeSinkingGeneral)
|
||||
REGISTER_PASS(manager, RemoveConcatZeroDimInput)
|
||||
REGISTER_PASS(manager, Validate)
|
||||
// todo: ticket 96960
|
||||
@ -238,7 +236,8 @@ bool ov::pass::MOCTransformations::run_on_model(const std::shared_ptr<ngraph::Fu
|
||||
REGISTER_PASS(manager, ReverseInputChannelsFusion)
|
||||
REGISTER_PASS(manager, AlignEltwiseInputRanks)
|
||||
REGISTER_PASS(manager, ConstantFolding)
|
||||
|
||||
manager.register_pass<Serialize>("/home/tikhonov/OpenVINO/tmp/test_model/ser_test.xml",
|
||||
"/home/tikhonov/OpenVINO/tmp/test_model/ser_test.bin");
|
||||
manager.run_passes(f);
|
||||
|
||||
if (!m_use_shapes) {
|
||||
|
Loading…
Reference in New Issue
Block a user