Skip to content

Instantly share code, notes, and snippets.

View arnaldog12's full-sized avatar
🤖
Training models...

Arnaldo Gualberto arnaldog12

🤖
Training models...
View GitHub Profile
@arnaldog12
arnaldog12 / main.cpp
Created April 10, 2018 19:42
Tensorflow Sample Code
#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"