Fixed Interpolate headers (#4403)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user