https://github.com/Microsoft/CNTK
Raw File
Tip revision: 601977b1697a147758ceebe0004d9627f0c4b2dd authored by liqun fu on 16 April 2020, 03:53:07 UTC
handle BN with sequence axis
Tip revision: 601977b
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.

#ifdef __WINDOWS__
#include <SDKDDKVer.h>
#endif
back to top