1. bf18a26 Bugfix: Allow use of dynamic backendId in execute network by Francis Murtagh · 3 years, 8 months ago
  2. 4527490 IVGCVSW-5284 Refactor ExecuteNetwork by Jan Eilers · 3 years, 8 months ago
  3. fc6ab47 IVGCVSW-5335 Documentation for fast_math by Mike Kelly · 3 years, 9 months ago
  4. 283a8b4 IVGCVSW-5318 'Create a Neon/CL Workload Unit Test fast_math option enabled' by Sadik Armagan · 3 years, 9 months ago
  5. a25886e IVGCVSW-5317 'Add enable_fast_math Option to ExecuteNetwork' by Sadik Armagan · 3 years, 9 months ago
  6. a9c2ce1 IVGCVSW-4980 Introduce InferAndValidate option to ExecuteNetwork for parsers by Sadik Armagan · 4 years ago
  7. 532a29d IVGCVSW-4487 Remove boost::filesystem by Francis Murtagh · 4 years ago
  8. 749294b remove BOM from files by Laurent Carlier · 4 years, 1 month ago
  9. a7227ac Adding more performance metrics by alered01 · 4 years, 2 months ago
  10. 5061601 IVGCVSW-4825 Set default value for --file-format argument in ExecuteNetwork by Finn Williams · 4 years, 1 month ago
  11. d7fcafa IVGCVSW-4722 Add missing m_TimelineEnabled bool to ConnectionAcknowledgedCommandHandler by Finn Williams · 4 years, 2 months ago
  12. ac2770a IVGCVSW-4485 Remove Boost assert by Narumol Prangnawarat · 4 years, 3 months ago
  13. d8cc811 IVGCVSW-4521 Add bf16-turbo-mode option to ExecuteNetwork by Narumol Prangnawarat · 4 years, 3 months ago
  14. c94d3f7 IVGCVSW-4588 Remove short form of option file-format by Nikhil Raj · 4 years, 3 months ago
  15. a0687ee MLECO-755: ArmNN: Add file format external profiling option by Isabella Gottardi · 4 years, 4 months ago
  16. 50311ba COMPMID-3062: Add ExecuteNetwork option to explicitly dequantize output by Georgios Pinitas · 4 years, 4 months ago
  17. 0844697 Replace boost logging with simple logger by Derek Lamberti · 4 years, 7 months ago
  18. 132563c IVGCVSW-4206 Optionally parse unsupported ops in ExecuteNetwork by Derek Lamberti · 4 years, 7 months ago
  19. c82c873 IVGCVSW-4008 Add profiling mode to ExecuteNetwork by Aron Virginas-Tar · 4 years, 8 months ago
  20. 0898b33 IVGCVSW-4021 Fixing failure in the ExecuteNetworkDynamicBackends test by Nikhil Raj · 4 years, 8 months ago
  21. b682d84 IVGCVSW-3721 Add support for startup sequence (Mock Gatord service). by Colm Donelan · 4 years, 8 months ago
  22. 1555cbd IVGCVSW-3669 Fix bug parsing multiple InputShapes in ExecuteNetwork by Francis Murtagh · 4 years, 9 months ago
  23. 4951b8c IVGCVSW-3948 Adds External Profiling cmdline to ExecuteNetwork by Jim Flynn · 4 years, 9 months ago
  24. 07882f1 IVGCVSW-3816 Make compute option required in ExecuteNetwork by Matthew Jackson · 4 years, 10 months ago
  25. 23ae2ea IVGCVBENCH-1337 Added additional layer parameters to dot file and -v option by Andre Ghattas · 4 years, 11 months ago
  26. 7708628 IVGCVSW-2945 ExecuteNetwork should have an option to save the output to a file by Sadik Armagan · 4 years, 10 months ago
  27. 54658b9 IVGCVSW-3675 Add ExecuteNetwork option to print intermediate layers by Matthew Jackson · 4 years, 10 months ago
  28. 00dda4a IVGCVSW-3547 Use ExecuteNetwork to run a dynamic backend end to end test by Matteo Martincigh · 4 years, 11 months ago
  29. 610256f IVGCVSW-3193 Allow ExecuteNetwork to have qasymm8 input type by Narumol Prangnawarat · 5 years ago
  30. bee4bc9 IVGCVSW-3299 Add Uint8 Support to Model Accuracy Checker by Francis Murtagh · 5 years ago
  31. da47048 IVGCVSW-3001 Dequantize the output prior to printing by Derek Lamberti · 5 years ago
  32. 3e68b97 IVGCVSW-2928 Fix issue with GPU profiling by Matthew Bentham · 5 years ago
  33. 7b4886f IVGCVSW-2543 Add timing for ExecuteNetwork inference by James Conroy · 5 years ago
  34. 2fcce08 IVGCVSW-2802 Ability to run FP16 turbo mode through ExecuteNetwork by Ruomei Yan · 5 years ago
  35. b3d481a IVGCVSW-2629 Adding support for uint8 in ExecuteNetwork to fix issues with output tensor being all zero by Éanna Ó Catháin · 5 years ago
  36. 0028d1b IVGSVSW-2736 Rename DeserializeParser => Deserializer & fix namespaces by Derek Lamberti · 5 years ago
  37. 64e4ccb IVGCVSW-2663 Enable ExecuteNetwork to load ArmNN files by Aron Virginas-Tar · 5 years ago
  38. c602f29 IVGCVSW-2529 DeepSpeech v1 test by Ferran Balaguer · 5 years ago
  39. 339bcae IVGCVSW-2604 Fix bug that made it impossible to execute inference tests on certain backends by Aron Virginas-Tar · 5 years ago
  40. 93f5f97 IVGCVSW-2601 Fix for ExecuteNetwork output data printing bug by Aron Virginas-Tar · 5 years ago
  41. 9b93747 IVGCVSW-2564 Fix output buffer initialization bug in ExecuteNetwork by Aron Virginas-Tar · 5 years ago
  42. 7cf0eaa IVGCVSW-2564 Add support for multiple input and output bindings in InferenceModel by Aron Virginas-Tar · 5 years ago
  43. 382e21c IVGCVSW-2535 Fix crash in ExecuteNetwork when no compute device is specified by Aron Virginas-Tar · 5 years ago
  44. 4912402 IVGCVSW-2454 Merge together the pluggable backends work (was in a by Matteo Martincigh · 5 years ago
  45. 067112f Fixed backend id argument parsing in ExecuteNetwork by Matteo Martincigh · 6 years ago
  46. 5cc8e56 IVGCVSW-2053: Validate BackendId parameters for the InferenceTest (EndToEnd tests) / ExecuteNetwork by Aron Virginas-Tar · 6 years ago
  47. f0b4845 IVGCVSW-2019 : replace Compute enum in the backend preferences list by David Beck · 6 years ago
  48. 549ae37 IVGCVSW-1733 - set enableGpuProfiling in CreationOptions for Runtime if -e flag is set, by Nina Drozd · 6 years ago
  49. ecb56cd IVGCVSW-1807 : change license text in file headers by David Beck · 6 years ago
  50. c577f2c Release 18.08 by telsoa01 · 6 years ago
  51. 3537c2c Release 18.05 by surmeh01 · 6 years ago
  52. bceff2f Release 18.03 by surmeh01 · 6 years ago
  53. 4fcda01 Release 18.02 by telsoa01 · 6 years ago