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
targetver.h
#pragma once

// Including SDKDDKVer.h defines the highest available Windows platform.

// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.

#include <SDKDDKVer.h>
back to top