https://github.com/Microsoft/CNTK
Raw File
Tip revision: 6e5f9f638d7f0b2460392ecb7e681cbe2d1612ba authored by Spandan Tiwari on 27 September 2018, 00:31:21 UTC
Adding ONNX export support for StraightThrough op.
Tip revision: 6e5f9f6
CompositeDataReader.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ClCompile Include="dllmain.cpp" />
    <ClCompile Include="stdafx.cpp" />
    <ClCompile Include="Exports.cpp" />
    <ClCompile Include="CompositeDataReader.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="stdafx.h" />
    <ClInclude Include="targetver.h" />
    <ClInclude Include="CompositeDataReader.h" />
  </ItemGroup>
</Project>
back to top