Revision ab4bee2b7a16a3e47379db140d5c55e31882ad7b authored by liqfu on 08 November 2018, 02:36:20 UTC, committed by liqfu on 08 November 2018, 02:36:20 UTC
Update with latest ONNX
Update with latest ONNX graph IR
Support sequence ops - Sequence::Gather, Sequence::PastValue, Sequence::FutureValue, etc.
1 parent 3f46cf0
Raw File
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