Hi @malmaud. What’s your reference for building and testing protobuf?
I don’t really understand what you mean by ‘testing protobuf’. All the protobuf functionality in TensorFlow.jl comes from ProtoBuf.jl.
I didn’t realize /protobufs included high-level types like CostGraphDef_Node or TensorProto which are not in ProtoBuf.jl (thanks). Are there any other files that need to be created for /protobufs?
Those types are created automatically by running protoc
on the “.proto” files in the TensorFlow repository.
1 Like