https://github.com/Microsoft/CNTK
Raw File
Tip revision: 18d9f39afcfc839916dceee4b4f9756f63e0a728 authored by liqfu on 29 August 2018, 23:52:58 UTC
skip dynamic axes wrapper, export onnx test cases, handle output op being Combine op, workaround a specific case bug of ONNX bidirectional broadcast shape inference
Tip revision: 18d9f39
CMakeLists.txt
cmake_minimum_required(VERSION 3.8)

project(CNTK)

include(Tools/cmake/options.cmake REQUIRED)
include(Tools/cmake/common.cmake REQUIRED)
include(Tools/cmake/cntk_common.cmake REQUIRED)

add_subdirectory(bindings/csharp/swig)

include(Tools/cmake/debug.cmake REQUIRED)
back to top