https://github.com/Microsoft/CNTK
Raw File
Tip revision: da06711e476972c3e676bfb080acd1448ff7f0b7 authored by Ivan Stojiljkovic on 29 December 2016, 15:38:42 UTC
Use std::mutex
Tip revision: da06711
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