https://github.com/Microsoft/CNTK
Raw File
Tip revision: ad94304c7051578e3fcd797cc7c034942482d066 authored by Mark Hillebrand on 24 May 2017, 06:52:11 UTC
bindings/python/doc/gettingstarted.rst: activate not necessary if CNTK in root environment
Tip revision: ad94304
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// ParseNumber.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
back to top