https://github.com/Microsoft/CNTK
Raw File
Tip revision: 3a1457b3dbaf14f3d40ea0ad1af91d251b4853f9 authored by Guoli Ye on 26 October 2018, 00:02:35 UTC
semi-orthogonal
Tip revision: 3a1457b
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Boost Unit Test Project.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#define BOOST_TEST_MODULE EvalTests

#include "stdafx.h"

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