Add missing opset5 header for LSTMSequence in LPT (#13953)

This commit is contained in:
Xiake Sun 2022-11-11 14:43:31 +08:00 committed by GitHub
parent 11d020ea06
commit 7ab81d0950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>