https://github.com/Microsoft/CNTK
Raw File
Tip revision: 59d748a82b2ad1c56a527285c30cf3cc9e4545ae authored by Wenlei Bao on 20 August 2018, 18:35:46 UTC
Fix scale dimension check for BatchNormalization debug build
Tip revision: 59d748a
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