Skip to content

Instantly share code, notes, and snippets.

@iamsurya
Created June 7, 2019 01:25
Show Gist options
  • Save iamsurya/711637e9e56a024cb0df66f30381a89f to your computer and use it in GitHub Desktop.
Save iamsurya/711637e9e56a024cb0df66f30381a89f to your computer and use it in GitHub Desktop.
/* Add appropriate headers here */
// #include<iostream.h>
// #include<stdio.h>
#include <c_api.h>
int main()
{
printf("Hello from TensorFlow C library version %s\n", TF_Version());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment