https://github.com/Microsoft/CNTK
Raw File
Tip revision: 0c1d2836239f8030eb80bb781d989961cb2a0f77 authored by liqfu on 22 November 2018, 16:56:07 UTC
update latest onnx and onnxruntime, fix shape inference
Tip revision: 0c1d283
stdafx.h
// dummy stdafx.h file for Linux version

// In the Windows build, there are several stdafx.h files which are used for project-specific precompilation of headers.
// In Linux, this is not used. By placing this dummy file ahead of all other stdafx.h in the include search path,
// we make sure it compiles while not getting confused by Windows-specific content of those files.
#include "Platform.h"
back to top