protocol-buffers

    0熱度

    1回答

    我已經通過virtualenv安裝了TensorFlow。它運作良好。 現在我想使用C++加載模型並進行預測。但由於protobuf版本不匹配,我無法編譯我的程序。錯誤,如: tensorflow/core/framework/device_attributes.pb.h:17:2: error: #error This file was generated by an older version

    0熱度

    1回答

    我已經創建了一個簡單的服務器客戶端程序。 我想啓用NanoPb和Protobuf之間的通信。 但是,它不起作用。有誰知道我做錯了什麼? TestParameterProto.proto: syntax = "proto2"; import "nanopb.proto"; message ListParamRequest { } message TestParameter {

    0熱度

    1回答

    因爲在proto3沒有extend,所以我google.protobuf.Any類型的消息結合基地的消息,但它的二進制長度過長 .proto文件 message TradeMessage { google.protobuf.Any message = 1; string code = 2; } message Connect { int32 seq = 1;

    0熱度

    2回答

    我在編譯.proto文件時遇到問題。希望從.proto文件生成REST端點。下面是代碼和錯誤: syntax =「proto3」; package pb; import "google/protobuf/empty.proto"; import "google/api/annotations.proto"; service UrlShortener { rpc Hello(He

    0熱度

    1回答

    我有一個通過URL調用圖像的代碼。 現在URL返回一個協議緩衝區,當我在一個新的選項卡中單獨打開鏈接時,它顯示文本「[」imagename「,[[null,null,」data:image/jpeg; charset; utf-8; base64, #encoded#「]]]」 由於URL返回文本響應,有什麼辦法可以將整個響應轉換爲字符串(10K +字符),然後我可以將其切片並將其放入img sr

    1熱度

    1回答

    我想知道如何使用Jmeter發送protobuf格式的消息到隊列服務器,在我的情況下這是HornetQ的實現。由於

    0熱度

    1回答

    我在一個tf.train.SequenceExample中放入了一組固定長度和可變長度的特徵。 context_features length, scalar, tf.int64 site_code_raw, scalar, tf.string Date_Local_raw, scalar, tf.string Time_Loc

    2熱度

    1回答

    我有一個大的GeoJson文件,我需要將其轉換爲可由Mapbox加載的矢量格式。我需要一個外部文件,所以我不能使用Mapbox Studio來上傳和轉換數據。 目前我發現https://github.com/mapbox/tippecanoe工具,但它將GEoJSON轉換爲MBTiles(SQLite格式)。我認爲一個不能用於我的地圖。正如我從所有的Mapbox服務示例中可以看到的 - 它使用XX

    1熱度

    1回答

    我使用rules_protobuf爲我的helloworld.proto文件構建Python語言綁定。我的helloworld.proto進口wrappers.proto。 syntax = "proto3"; package main; import "google/protobuf/wrappers.proto"; 我的生成文件 load("@org_pubref_rules_pr

    1熱度

    1回答

    當試圖從https://github.com/google/protobuf/(3.4.1版本)在OS X上建立:protoc我得到如下: $ bazel build @com_google_protobuf//:protobuf_lite ERROR: <...>/external/com_google_protobuf/BUILD:93:1: undeclared inclusion(s)