https://github.com/Microsoft/CNTK
Raw File
Tip revision: 4656a1b3aa5058ab06ffb5a7f764c0ba10379ace authored by Spandan Tiwari on 20 October 2017, 20:09:56 UTC
Removing printing of min max values.
Tip revision: 4656a1b
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