Created
September 28, 2018 20:36
-
-
Save jahewson/ca768a6a837bb67b9c7623514e23510b to your computer and use it in GitHub Desktop.
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 <stdio.h> | |
#include <tensorflow/c/c_api.h> | |
int main() { | |
printf("Hello from TensorFlow C library version %s\n", TF_Version()); | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment