https://github.com/Microsoft/CNTK
Raw File
Tip revision: b31b87d439af5d443b9eefc7e91edef9c635d189 authored by Bowen Bao on 07 September 2018, 00:33:58 UTC
update onnx_model_test with tests from onnx backend test
Tip revision: b31b87d
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