https://github.com/Microsoft/CNTK
Raw File
Tip revision: 9c9876a729eff027c847a1028d5e4852ebc8c955 authored by Spandan Tiwari on 12 June 2018, 05:15:50 UTC
Fixes a bug in LotusIR code that creates a missing 'shape' attribute in TypeProto in graph output node.
Tip revision: 9c9876a
DelayLoadedExtensionsDll.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ClCompile Include="ImageWriter.cpp" />
    <ClCompile Include="dllmain.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="ImageWriter.h" />
  </ItemGroup>
</Project>
back to top