serving icon indicating copy to clipboard operation
serving copied to clipboard

apis: add go_package option to allow protoc to be able to generate Golang wrappers

Open deadprogram opened this issue 3 years ago • 0 comments

This PR adds the go_package option to the .proto files used for the tensorflow serving API. This will allow protoc to be able to generate Golang wrappers.

See https://developers.google.com/protocol-buffers/docs/reference/go-generated#package for more info.

UPDATE: changed to match the same naming format as used by the main Tensorflow.

deadprogram avatar Mar 11 '22 10:03 deadprogram