Add missing opset5 header for LSTMSequence in LPT (#13953)
This commit is contained in:
parent
11d020ea06
commit
7ab81d0950
@ -11,6 +11,7 @@
|
||||
|
||||
#include <ngraph/opsets/opset1.hpp>
|
||||
#include <ngraph/opsets/opset4.hpp>
|
||||
#include <ngraph/opsets/opset5.hpp>
|
||||
#include <ngraph/opsets/opset6.hpp>
|
||||
#include <ngraph/pattern/op/wrap_type.hpp>
|
||||
#include <ngraph/pattern/op/or.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user