oneengineer

Results 4 comments of oneengineer

I guess I figured out why it is so unconvenient. The java API already provide the API to dump readable string. check [the link](https://developers.google.com/protocol-buffers/docs/javatutorial) 's toString. However the Javacpp's onnx...

My Bad. Since ONNX is translated from C, it should be `DebugString` API. The strange thing was that I got `MessageLite at 0x1daf7208920` from this API, not the protobuf text...