https://github.com/Microsoft/CNTK
Raw File
Tip revision: 0cf886883fcddf780ef0093042e065c344c3eedd authored by thhoens on 23 November 2016, 00:56:56 UTC
Enabled 1D sparse convolution in Brainscript
Tip revision: 0cf8868
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