Fixed Interpolate headers (#4403)

This commit is contained in:
Liubov Batanina
2021-02-19 08:39:19 +03:00
committed by GitHub
parent e337fb0661
commit ffe99fb66f
2 changed files with 2 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
#include <functional>
#include <map>
#include "ngraph/coordinate_transform.hpp"
#include "ngraph/op/interpolate.hpp"
#include "ngraph/shape_util.hpp"
namespace ngraph

View File

@@ -14,9 +14,8 @@
// limitations under the License.
//*****************************************************************************
#include "ngraph/op/interpolate.hpp"
#include <numeric>
#include "ngraph/runtime/reference/interpolate.hpp"
#include <numeric>
using namespace ngraph::runtime::reference;