https://github.com/Microsoft/CNTK
Raw File
Tip revision: 02ea40652764b9ed443b8b05d18fe4e3d6f80b6f authored by Spandan Tiwari on 28 June 2018, 17:46:32 UTC
Adding TopK support in ONNX.
Tip revision: 02ea406
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