Skip to content

Instantly share code, notes, and snippets.

@jahewson
Created September 28, 2018 20:36
Show Gist options
  • Save jahewson/ca768a6a837bb67b9c7623514e23510b to your computer and use it in GitHub Desktop.
Save jahewson/ca768a6a837bb67b9c7623514e23510b to your computer and use it in GitHub Desktop.
#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