Skip to content

Instantly share code, notes, and snippets.

View mxk's full-sized avatar

Maxim Khitrov mxk

View GitHub Profile
@mxk
mxk / protoc.go
Created August 27, 2019 15:21
TensorFlow Serving gRPC interface generator for Go
//+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