Skip to content

Commit

Permalink
use eigen3 header instead of tf third_party/eigen3
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Aug 14, 2024
1 parent aac3455 commit 2827597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/TensorFlowAOT/interface/Wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h"
#include "tensorflow/core/platform/types.h"
#include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
#include "eigen3/unsupported/Eigen/CXX11/Tensor"

#include "FWCore/Utilities/interface/Exception.h"

Expand Down

0 comments on commit 2827597

Please sign in to comment.