https://github.com/Microsoft/CNTK
Raw File
Tip revision: c7bad232730dfee59cc8eb8935db8e207e54309e authored by Thiago Crepaldi on 16 May 2018, 23:47:51 UTC
Add --with-debug option for Linux build
Tip revision: c7bad23
stdafx.cpp
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//
// stdafx.cpp : source file that includes just the standard includes
// cn.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
//

#include "stdafx.h"
back to top