https://github.com/Microsoft/CNTK
Raw File
Tip revision: 2ccdff45e35e8e8632014312666aec7ed6dd2487 authored by liqfu on 04 February 2019, 05:18:50 UTC
enable onnx rnn test, name input with proper name
Tip revision: 2ccdff4
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