Commit Graph

  • 839fd69a21 Add test to ensure proper handling of empty .onnx master yalue 2024-04-16 10:39:31 -0400
  • 387fb46836 Use existing createCSession function in more places yalue 2024-04-14 20:02:39 -0400
  • 36525d3bca Remove incorrect newline in error message yalue 2024-03-06 08:23:43 -0500
  • 258a996438 Small README update yalue 2024-03-06 08:12:45 -0500
  • 9bd3a72fe3 Support OpenVINO Execution Provider v1.9.0 yalue 2024-02-28 20:07:23 -0500
  • ed4fbe29a1 Support OpenVINO Execution Provider add_openvino_support yalue 2024-02-28 20:07:23 -0500
  • fff18e7522 Update to version 1.17.1 of onnxruntime yalue 2024-02-27 20:09:09 -0500
  • 18cfebb0c7 Update to version 1.17.1 of onnxruntime yalue 2024-02-27 20:09:09 -0500
  • e3c08ba136 Add test for dynamically-sized inputs & outputs yalue 2024-02-23 20:45:15 -0500
  • d8bb20d9a9
    Merge pull request #36 from yalue/add_get_model_metadata v1.8.0 Nathan O 2024-02-01 21:05:39 -0500
  • ed34aa7356 Add GetModelMetadata API yalue 2024-02-01 20:59:02 -0500
  • d7e65a16dc Add API for getting inputs and output info from .onnx file v1.7.0 Nathan 2024-01-06 09:57:44 -0500
  • ec5142b43e
    Merge pull request #32 from yalue/add_directml_support Nathan O 2024-01-04 09:07:12 -0500
  • 3d64d760c6 Add DirectML support yalue 2024-01-03 17:51:59 -0500
  • f041744a27 Minor change to data-type test yalue 2023-12-11 08:36:43 -0500
  • 32ca0ec637
    Merge pull request #27 from wonggw/memory v1.6.0 Nathan O 2023-12-10 13:49:36 -0500
  • 2b9a60b304 Add sessionOptions to set CpuMemArena and MemPattern guowei wong 2023-12-08 07:29:44 +0800
  • c3635af6f5 Add Tensor.ZeroContents() function yalue 2023-11-27 14:09:25 -0500
  • b0799d6c42 Fix incorrect testing code Nathan 2023-11-23 20:08:29 -0500
  • 71a10133ca
    Merge pull request #26 from yalue/update_to_ort_1.16.1 v1.5.0 Nathan O 2023-11-02 20:50:50 -0400
  • 7d9159837f Update to onnxruntime version 1.16.1 yalue 2023-11-01 13:34:06 -0400
  • 32691da5bd
    Merge pull request #24 from YohayAiTe/allocate_output v1.4.0 Nathan O 2023-10-24 09:47:43 -0400
  • 26f9e04a46 added test and fixed doc comment Yohay 2023-10-23 23:30:12 +0300
  • e2f558c05d added option to allocate an output tensor Yohay 2023-10-21 12:28:34 +0300
  • e95f197e37 save my onnxruntime dabenxiong 2023-10-12 16:35:27 +0800
  • d119dca3e1 feat:add model save reasoning method dabenxiong 2023-10-12 16:26:55 +0800
  • 42f85c9f58 Add CustomDataTensor type v1.3.0 yalue 2023-09-27 19:49:09 -0400
  • 67655a8071 Update comments in README code yalue 2023-09-18 12:47:38 -0400
  • 99c8153427 Ignore onnxruntime C API header in language stats yalue 2023-09-07 09:26:41 -0400
  • f1abc5e4d8 Correct a few documentation comments yalue 2023-08-31 20:41:37 -0400
  • e05d88dc1d Link to examples in README yalue 2023-08-31 20:27:40 -0400
  • bb755e11dd
    Merge pull request #19 from yalue/add_coreml_support v1.2.0 Nathan O 2023-08-30 20:55:06 -0400
  • 4e48f69dca Add object recognition example coreml/cpu chiefMarlin 2023-08-30 15:03:43 -0400
  • c1d6315273 Minor comment and test fixes yalue 2023-08-30 14:26:17 -0400
  • fa5a8b286b Fix a compiler error on unix systems yalue 2023-08-30 13:51:16 -0400
  • 4254585834 Add CoreML Support yalue 2023-08-30 13:32:29 -0400
  • 1cbc4c9b1d
    Merge pull request #17 from yalue/add_tensorrt_support v1.1.0 Nathan O 2023-08-29 21:06:08 -0400
  • 4768a7ba69 Add TensorRT Support yalue 2023-08-28 11:51:04 -0400
  • 5ba50745d5
    Merge pull request #15 from cedricjoulain/darwin_arm64 Nathan O 2023-08-25 08:01:42 -0400
  • 50c95f2d62 Add MacOS arm64 to tests Cedric Joulain 2023-08-25 08:43:43 +0200
  • e73094ac6b Update Dynamic Session types to make copies of OrtValue arrays v1.0.1 yalue 2023-08-24 15:53:23 -0400
  • 7bf5a6e456
    Merge pull request #14 from yalue/session_refactorings v1.0.0 Nathan O 2023-08-24 11:12:15 -0400
  • 21ccb11a7b Update README with note about CUDA versions yalue 2023-08-24 11:01:30 -0400
  • 608a1fa0f0 Add CUDA tests, enable env var for onnxruntime lib yalue 2023-08-24 10:53:14 -0400
  • 242cf08feb Write CUDA test yalue 2023-08-23 13:48:43 -0400
  • 22bf308e63 Add test for SessionOptions yalue 2023-08-23 13:04:23 -0400
  • c127ad7875 Add new DynamicAdvancedSession tests yalue 2023-08-23 11:39:37 -0400
  • 695d751819 Add AdvancedSession yalue 2023-08-23 10:37:12 -0400
  • 249d135867
    Merge 0e0450e197 into d43576b5c2 Chief Marlin 2023-08-22 20:17:20 +0200
  • 0e0450e197 Fix readme chiefMarlin 2023-08-21 15:30:42 -0400
  • e3161ed747 Fix path in setEnv.sh chiefMarlin 2023-08-21 14:32:17 -0400
  • 4ef3373963 Merge branch 'master' into pull-coreml chiefMarlin 2023-08-21 14:30:34 -0400
  • ffbad83439 Fix linker paths chiefMarlin 2023-08-21 14:29:11 -0400
  • b129091820 Fix go.mod chiefMarlin 2023-08-21 11:45:17 -0400
  • 68e330a0a3 Change go mod chiefMarlin 2023-08-21 11:42:22 -0400
  • 326b06b386 Added CoreML support chiefMarlin 2023-08-21 10:36:13 -0400
  • dc65e9492a Add ArbitraryTensor interface yalue 2023-08-16 19:38:21 -0400
  • d43576b5c2
    Merge pull request #9 from riccardopinosio/master Nathan O 2023-08-04 10:04:48 -0400
  • dfe07269ca Implemented dynamicSession to allow for different input/output types and dynamic input/output sizes riccardo 2023-08-02 17:16:10 +0200
  • ccbc079746 Expose telemetry control APIs Nathan 2023-06-21 20:52:39 -0400
  • b2007c3814 Update onnxruntime to 1.15.1, disable telemetry yalue 2023-06-20 20:38:06 -0400
  • 548b23b06f change type names arttii 2023-05-23 17:35:02 +0200
  • ad2a660133 refactor arttii 2023-05-23 17:30:29 +0200
  • 580f0858a0 refactor arttii 2023-05-23 17:29:11 +0200
  • 1d9187b637 add new constructors arttii 2023-05-23 17:23:07 +0200
  • d06b78529e different types arttii 2023-05-23 16:50:20 +0200
  • ca658dac00 Check for valid shapes more thoroughly yalue 2023-05-11 10:11:39 -0400
  • 1acf4f2a2e Fix go.mod yalue 2023-03-31 16:54:25 -0400
  • 33ddad1553 Implement Tensor.Clone Nathan 2023-02-24 08:34:52 -0500
  • bc973b06f5 Update README to use NewShape yalue 2023-02-09 08:25:06 -0500
  • 36dc614e49 Rename package to make it clear that this is Go yalue 2023-02-08 09:47:18 -0500
  • 0c57c937e4 Return an error when not initialized yalue 2023-02-06 13:58:29 -0500
  • 0a8375a463 Remove unnecessary onnxruntime headers yalue 2023-02-05 17:58:41 -0500
  • fb30a4ceca Update README to mention generics yalue 2023-02-04 14:09:44 -0500
  • fe0c4a74ed Update README example yalue 2023-02-04 14:04:43 -0500
  • bb5039f6ad Enable multiple inputs and outputs yalue 2023-02-04 13:51:45 -0500
  • e0cd5f977c Rename CleanupEnvironment -> DestroyEnvironment yalue 2023-02-04 12:41:35 -0500
  • 137ec8f64f Can now load and run a network yalue 2023-02-04 10:31:57 -0500
  • ff910beb76 Add tensor support yalue 2023-02-01 19:47:53 -0500
  • a8e06273d0 Add precompiled arm64 linux onnxruntime.so yalue 2023-01-28 19:28:40 -0500
  • 75e3434f7e Initial commit yalue 2023-01-28 13:47:09 -0500