https://github.com/Microsoft/CNTK
Raw File
Tip revision: eaf0cf096f596bc9de60a8a54015902244ded2af authored by liqun fu on 31 March 2020, 15:50:09 UTC
disable fp16 test for poolWithSequenceAxis
Tip revision: eaf0cf0
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