https://github.com/Microsoft/CNTK
Raw File
Tip revision: b2e0048528a2b9ddcc9284f972f424106ed54620 authored by Lewei Lu on 25 July 2017, 07:51:52 UTC
Revert "Revert "Revert "use fixed convolution algorithm"""
Tip revision: b2e0048
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