mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-15 20:50:42 +00:00
* Allow sharing of initializers between sessions. * Allow sharing of initializers between sessions (2). * Add test for C# * Add test for C#; address PR comments * Address PR comments Moved AddInitializer logic to internal session options Added tests for owned buffer Clarified documentation Fix bug where memory info and not device was getting compared * Fix test * Fix training build * Add ver 5 end marker and ver 6 starter, add scenario and usage examples. |
||
|---|---|---|
| .. | ||
| bench.expected_out | ||
| bench.in | ||
| model_181031_12.onnx | ||
| model_with_valid_ort_config_json.onnx | ||
| mul_1.onnx | ||
| squeezenet.onnx | ||
| test_sequence_map_int_float.pb | ||
| test_sequence_map_string_float.pb | ||
| test_sequence_tensors.onnx | ||
| test_types_BOOL.pb | ||
| test_types_DOUBLE.pb | ||
| test_types_FLOAT.pb | ||
| test_types_FLOAT16.pb | ||
| test_types_INT8.pb | ||
| test_types_INT16.pb | ||
| test_types_INT32.pb | ||
| test_types_INT64.pb | ||
| test_types_STRING.pb | ||
| test_types_UINT8.pb | ||
| test_types_UINT16.pb | ||
| test_types_UINT32.pb | ||
| test_types_UINT64.pb | ||