https://github.com/Microsoft/CNTK
Raw File
Tip revision: c26fa2158e4ba29b4b547cc8e6e8bfcb1f73514a authored by Sergii Dymchenko on 13 June 2018, 21:36:25 UTC
Pad the shape with trailing 1s when axis > 0 for ONNX 1.2.
Tip revision: c26fa21
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