Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged protocol

0 votes
506 views
1 answer
    How can we put a variant message ( one of a few message types ) inside a protobuf message? message typeA { .. ... { [typeB|typeA] payload; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
404 views
1 answer
    In TensorFlow, I found that I can do the following, from tensorflow.core import framework from google.protobuf import ... "dtype" } ] } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
703 views
1 answer
    I'm trying to determine the relationship between default values and the has_foo() methods that are declared in various ... (length-one list). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I tried importing a proto file named test1.proto to another proto file named test2.proto using the import ... with the above statement?? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    go version: go version go1.14 linux/amd64 go.mod module [redacted] go 1.14 require ( github.com/golang/ ... Plugin failed with status code 1. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
429 views
1 answer
    Does the rpc syntax in proto3 allow null requests or responses? e.g. I want the equivalent of the following: ... Log (LogData) returns (Null); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
935 views
1 answer
    When working with GRPC, we need to generate the gRPC client and server interfaces from our .proto service definition ... . Thank you very much. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
541 views
1 answer
    I've been working on implementing protobufs for IPC for a project. For some reason, values that are set to 0 are ... ? Thanks in advance! -- Tim See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
490 views
1 answer
    I've seen two different ways of declaring an gRPC service using Protobuf v3. Some code has the rpc line ... difference between the two syntaxes? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have some repeating elements in my protobuf message. At runtime the length of the message could be anything - I ... sizes (around ~10MB)..? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
827 views
1 answer
    The Official documentation about map type says: map<key_type, value_type> map_field = N; ...where the ... ListOfString here looks redundant. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
544 views
1 answer
    I have created a test app that can recognize some image using Goggle Goggles. It works for me, but I receive ... if possible type - "Logo" See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
525 views
1 answer
    If I have object A and B both contain some field serialized field F, and both point to the ... if serialization preserves reference equality. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
591 views
1 answer
    I have just started playing with google proto. When I try to compile proto file present in proto-java example ... anybody else faced this issue? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
369 views
1 answer
    I have 2 ProtoBuf Files, I currently load and forward pass each of them separately, by calling- out1=session ... on both trained ProtoBuf files. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
352 views
1 answer
    Is it possible to parse protobuf in a generic fashion in Java? I have looked into GeneratedMessage and could not ... to detect fields inside it. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
538 views
1 answer
    I want to create a simple gRPC endpoint which the user can upload his/her picture. The protocol buffer ... the image file location instead? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
519 views
1 answer
    I'd like to find a way to convert a binary protobuf message into a human readable description of the ... direction would be most welcome! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
670 views
1 answer
    I need to specify a message with an optional field in protobuf (proto3 syntax). In terms of proto 2 syntax, ... the message above? Thank you. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
573 views
1 answer
    I am looking at Google's example on how to deploy and use a pre-trained Tensorflow graph (model) on Android. ... examples on how to do that? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.8k users

...