https://github.com/Microsoft/CNTK
Revision a0db76d4640893f82f9c2b28b051dfac24eef357 authored by Project Philly on 18 May 2017, 19:29:57 UTC, committed by Project Philly on 18 May 2017, 19:29:57 UTC
2 parent s 4b6648a + 9ae6972
Raw File
Tip revision: a0db76d4640893f82f9c2b28b051dfac24eef357 authored by Project Philly on 18 May 2017, 19:29:57 UTC
Integrate eldak/mbSizeChooser into master
Tip revision: a0db76d
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"

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