mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-22 02:30:26 +00:00
Fix Eigen build error
This commit is contained in:
parent
dcafa85af2
commit
d254c31756
2 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue