Fix Eigen build error

This commit is contained in:
Ryan Hill 2021-04-16 19:21:54 -07:00
parent dcafa85af2
commit d254c31756
2 changed files with 3 additions and 2 deletions

View file

@ -8,9 +8,8 @@
#include "core/common/common.h"
#include "core/framework/op_kernel.h"
#include "core/providers/cpu/containers.h"
#include "core/util/math_cpuonly.h"
#endif
#include "core/util/math_cpuonly.h"
#include "core/common/optional.h"
#include "core/platform/threadpool.h"
#include <cmath>

View file

@ -57,7 +57,9 @@
#pragma warning(pop)
#endif
#ifndef SHARED_PROVIDER
#include "core/framework/tensor.h"
#endif
namespace onnxruntime {
// common Eigen types that we will often use