https://github.com/Microsoft/CNTK
Raw File
Tip revision: da60e4f8b67095b4c5991bc930661750aca2faeb authored by Spandan Tiwari on 26 June 2018, 20:39:21 UTC
Updating DepthToSpace and SpaceToDepth ops to match ONNX spec.
Tip revision: da60e4f
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