https://github.com/Microsoft/CNTK
Revision ceaec5636f9fe3d4b0441895d3549569f813bd87 authored by Bowen Bao on 14 August 2018, 00:15:36 UTC, committed by Bowen Bao on 14 August 2018, 17:02:07 UTC
1 parent 541e210
Raw File
Tip revision: ceaec5636f9fe3d4b0441895d3549569f813bd87 authored by Bowen Bao on 14 August 2018, 00:15:36 UTC
fix squeezenet onnx_backend_test of issues with Softmax, hardmax, logsoftmax and flatten with freedimension on batchaxis.
Tip revision: ceaec56
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