Revision cfe8f6ca0a261b552bb0869ccb0725ccf3dfb2a9 authored by Yang Chen on 18 July 2019, 07:52:21 UTC, committed by Yang Chen on 18 July 2019, 07:57:45 UTC
* added a new C api CNTK_LoadModel_FromArray that loads a model
  from memory

* also enabled loading ONNX models from buffer
1 parent 99a272b
Raw File
README.md
# End-to-end tests

How to run and debug end-to-end tests is described in the documentation at

https://docs.microsoft.com/en-us/cognitive-toolkit/How-to-Test#end-to-end-tests

Visual Studio debugging command line arguments for the end-to-end-tests in the 'Examples' folder are also provided in the README_VS_Debug_arguments.txt file in that folder.
back to top