Fix Makefile to not use benchmark anymore (switch to minimal) (#19019)
authorAndrew Selle <aselle@andyselle.com>
Wed, 2 May 2018 17:33:07 +0000 (10:33 -0700)
committerShanqing Cai <cais@google.com>
Wed, 2 May 2018 17:33:07 +0000 (13:33 -0400)
commitbc86da090f2f2e850768bbdfd603c7217aecdb53
tree5e51eaf9cfd65b30e9efeb2ee01be8634dd527a6
parentc360454e1ac5382a69d024785ceaff7624a28902
Fix Makefile to not use benchmark anymore (switch to minimal) (#19019)

Minimal uses nothing and does almost nothing, but it does nothing
requiring protos or rest of tensorflow runtime.

Benchmark_model originally was more like this, but it became
useful for actually benchmarking, making it less useful as a minimal
example.
tensorflow/contrib/lite/Makefile
tensorflow/contrib/lite/examples/minimal/minimal.cc [new file with mode: 0644]