This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <vector> | |
// the two define below must be before #include <eigen/Dense> | |
#define COMPILER_MSVC | |
#define NOMINMAX | |
#include <eigen/Dense> | |
#include "tensorflow/core/public/session.h" | |
#include "tensorflow/cc/ops/standard_ops.h" |
NewerOlder