Xavier Dupré
Xavier Dupré
**Description** Many functions serialize a proto into bytes then deserialized in the C++ binding (checked, infershapes, ...) It could be faster by avoiding this step. This PR tries to make...
**Description** Many functions serialize a proto into bytes then deserialized in the C++ binding (checked, infershapes, ...) It could be faster by avoiding this step. This PR tries to make...
**Description**: Update documentation. **Motivation and Context** - Versioning.md was not up to date.
**Description**: Describe your changes. Function `get_all_operator_schema` is missing in the python binding of onnxruntime-training if flag --gen_doc is switched on. This PR add them. **Motivation and Context** This changes lets...
This error happens while running the unit test with the nightly build.
Following example fails with error ``AssertionError: dense_input:01 is disconnected, check the parsing log for more details.``. ``` model = quantize_model( keras.Sequential([ layers.Dense(3, activation='relu', input_shape=(5,)), layers.Dense(3, activation='relu', input_shape=(3,)), ])) model.compile(optimizer="Adam", loss="mse",...
See https://github.com/microsoft/onnxruntime/issues/8008.