Ian Ellison-Taylor
Ian Ellison-Taylor
Testing a trivial ("Greater") sample on Windows ie gRPCClient.generate("greeter.proto") produces: --julia_out: protoc-gen-julia: Access is denied. It seems this is due to protoc-gen-julia_win.bat being read-only. The version of ProtoBuf used is...
Several c libraries like ONNX, primarily use structs of function pointers which then get translated to Ptr{Cvoid} eg ``` struct OrtCustomOp version::UInt32 CreateKernel::Ptr{Cvoid} GetName::Ptr{Cvoid} GetExecutionProviderType::Ptr{Cvoid} GetInputType::Ptr{Cvoid} GetInputTypeCount::Ptr{Cvoid} etc end ```...