https://github.com/Microsoft/CNTK
Raw File
Tip revision: 1a572f89f0f83240be7d8b58a049b97af65b0d27 authored by liqfu on 17 August 2018, 20:01:47 UTC
ONNX support of TopK
Tip revision: 1a572f8
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