Revision 44a29195637e0eb70240457b487c447140a95b21 authored by Wayne Xiong on 22 December 2017, 01:22:09 UTC, committed by Wayne Xiong on 22 December 2017, 01:22:09 UTC
# Conflicts:
#	Source/CNTKv2LibraryDll/PrimitiveOpType.h
#	Source/SGDLib/SGD.cpp
2 parent s bae105e + 94e6582
Raw File
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