CNTKEval now builds (missed the new .cpp files)
This commit is contained in:
Родитель
781c78efe8
Коммит
a4c32ac19f
|
@ -142,6 +142,8 @@
|
|||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Common\TimerUtility.cpp" />
|
||||
<ClCompile Include="..\CNTK\ComputationNetwork.cpp" />
|
||||
<ClCompile Include="..\CNTK\ComputationNetworkBuilder.cpp" />
|
||||
<ClCompile Include="..\CNTK\ComputationNode.cpp">
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
<Filter>Common</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\CNTK\ComputationNode.cpp" />
|
||||
<ClCompile Include="..\CNTK\ComputationNetwork.cpp" />
|
||||
<ClCompile Include="..\CNTK\ComputationNetworkBuilder.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="EvalReader.h" />
|
||||
|
|
1
Makefile
1
Makefile
|
@ -359,6 +359,7 @@ CNTK_SRC =\
|
|||
MachineLearning/CNTK/ModelEditLanguage.cpp \
|
||||
MachineLearning/CNTK/NetworkDescriptionLanguage.cpp \
|
||||
MachineLearning/CNTK/Profiler.cpp \
|
||||
MachineLearning/CNTK/ComputationNetwork.cpp \
|
||||
MachineLearning/CNTK/ComputationNetworkBuilder.cpp \
|
||||
MachineLearning/CNTK/SimpleNetworkBuilder.cpp \
|
||||
MachineLearning/CNTK/SynchronousExecutionEngine.cpp \
|
||||
|
|
Загрузка…
Ссылка в новой задаче