https://github.com/Microsoft/CNTK
Raw File
Tip revision: 70a5bf683af6e9bfb81103cef32194f8e1ade11e authored by Spandan Tiwari on 01 August 2018, 00:07:12 UTC
Updating input image size requirement to include lower and upper paddingin ConvolveGeometry.
Tip revision: 70a5bf6
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