https://github.com/Microsoft/CNTK
Raw File
Tip revision: 8a5717fd20f0b29aa62131ad09c2ee7e82aefe35 authored by liqfu on 01 August 2018, 23:29:26 UTC
treat sequence axis as static axis for ONNX RNN model import
Tip revision: 8a5717f
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