https://github.com/Microsoft/CNTK
Raw File
Tip revision: 4226f378138963b9170bd88b0634b25ba0f11693 authored by Bowen Bao on 20 July 2018, 19:41:30 UTC
add check for placeholder in cntk c++ LRN. update comment.
Tip revision: 4226f37
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