https://github.com/Microsoft/CNTK
Raw File
Tip revision: b62ff8189374877bb667ce98543685ff915a4692 authored by liqfu on 17 August 2018, 18:48:40 UTC
update according to reviewer's comments
Tip revision: b62ff81
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// DSSMReader.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