Added missing headers to MVN ref (#3533)

This commit is contained in:
Liubov Batanina 2020-12-10 18:35:27 +03:00 committed by GitHub
parent 12d2121976
commit 6c0201108f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@
#pragma once #pragma once
#include <cstddef> #include <cstddef>
#include <ngraph/runtime/reference/add.hpp>
#include <ngraph/runtime/reference/divide.hpp>
#include <ngraph/runtime/reference/mean.hpp> #include <ngraph/runtime/reference/mean.hpp>
#include <ngraph/runtime/reference/multiply.hpp> #include <ngraph/runtime/reference/multiply.hpp>
#include <ngraph/runtime/reference/sqrt.hpp> #include <ngraph/runtime/reference/sqrt.hpp>