https://github.com/Microsoft/CNTK
Raw File
Tip revision: b292e6422cc966fc0f52dd7446c3fb5f8ba3cf8c authored by Amit Agarwal on 13 January 2017, 21:54:38 UTC
CNTK v2 library: Only allocate matrices for the actual outputs desired from the CompoisteFunction
Tip revision: b292e64
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