Justin Chu
Justin Chu
In the ORT issue you mentioned the api OrtSession(OrtEnvironment env, String modelPath, OrtAllocator allocator, SessionOptions options) right? Jus provide the path to the model file and the InferenceSession should be...
onnx_data is just a plain file that stores the weights as bytes.
It's just pure bytes. You can use the offset and length properties in the tensor proto message to obtain data for each tensor.
I **think** they are little endian. May need to verify
It fails here  `literal.value` is "`-`"
I suspect it was part of the bug. We didn’t recognize inf as a float
cc @gramalingam
Some minor refinement may be needed but looks good to me otherwise. Thank you for the huge improvement!
I think create release is ok because it’s driving all the build workflows. Any alternatives you have in mind?
Let me know when you need my attention. Thanks!