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
//+build ignore | |
// TensorFlow Serving gRPC interface generator. | |
// | |
// This script works around a bunch of issues (as of 2019-08-25) between Go's | |
// protobuf compiler plugin, Go modules, and definitions of TensorFlow and | |
// TensorFlow Serving proto files. It assumes that protoc and protoc-gen-go are | |
// on your PATH. | |
// | |
// git clone -b r1.15 https://github.com/tensorflow/tensorflow.git |