wamuir / graft

Go language bindings to the TensorFlow C API
https://pkg.go.dev/github.com/wamuir/graft
Apache License 2.0
43 stars 3 forks source link

tensorflow_serving protobufs #35

Open yutkin opened 3 months ago

yutkin commented 3 months ago

Hi!

Could you please add tensorflow_serving protobufs to the Go package as well? They depend on the tensorflow/core/ package, which is part of the graft.

wamuir commented 2 months ago

@yutkin yes, I'll look into adding these

wamuir commented 2 months ago

I've added these protos into the nightly branch

yutkin commented 2 months ago

I've added these protos into the nightly branch

Thanks a lot!

yutkin commented 1 month ago

Hello @wamuir!

Btw, is it possible to add gRPC service of TF-serving to graft like this?

(Maybe adding --go-grpc_out=. flag could be enough)

Without it, it's impossible to use TF-Serving with graft package via gRPC.