https://github.com/Microsoft/CNTK
Raw File
Tip revision: 88f822a4c27c182148b27ecd9f6b79a21c121537 authored by liqfu on 02 August 2018, 23:14:56 UTC
Merge branch 'cntkteam/onnx_without_batch_axis' of https://github.com/Microsoft/CNTK into cntkteam/onnx_without_batch_axis
Tip revision: 88f822a
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