Skip to content

Instantly share code, notes, and snippets.

View ilaripih's full-sized avatar

Ilari Pihlajisto ilaripih

View GitHub Profile
@ilaripih
ilaripih / bundle_tf_headers.sh
Created July 20, 2016 15:18
Bundle headers needed by libtensorflow.so into a single location
#!/bin/bash
# This script will bundle all required TensorFlow headers into a single location.
# libtensorflow.so must be built first because many of the headers are generated
# automatically.
set -x
set -e
if [ -z "$1" ]; then