https://github.com/Microsoft/CNTK
Raw File
Tip revision: 9c720b02c5e4212120a6e31dbaf559a7adeba545 authored by Guoli Ye on 26 April 2020, 15:57:58 UTC
just mask one line of debug info
Tip revision: 9c720b0
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// ParseNumber.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