File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 <DefineConstants >DEBUG;TRACE</DefineConstants >
2222 <ErrorReport >prompt</ErrorReport >
2323 <WarningLevel >4</WarningLevel >
24+ <PlatformTarget >x64</PlatformTarget >
2425 </PropertyGroup >
2526 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2627 <DebugType >pdbonly</DebugType >
6970 <None Include =" packages.config" />
7071 </ItemGroup >
7172 <ItemGroup >
73+ <ProjectReference Include =" ..\ConvNetSharp.Core\ConvNetSharp.Core.2015.csproj" >
74+ <Project >{3A6864AF-30B4-4C0E-B621-3571E3D88B43}</Project >
75+ <Name >ConvNetSharp.Core.2015</Name >
76+ </ProjectReference >
7277 <ProjectReference Include =" ..\ConvNetSharp.Flow\ConvNetSharp.Flow.2015.csproj" >
7378 <Project >{9854f171-8272-49e4-a0bb-c9bfa70c30d3}</Project >
7479 <Name >ConvNetSharp.Flow.2015</Name >
7580 </ProjectReference >
81+ <ProjectReference Include =" ..\ConvNetSharp.Volume.GPU\ConvNetSharp.Volume.GPU.2015.csproj" >
82+ <Project >{bdcc5296-bfd4-411a-8f92-bf30ac85e0ba}</Project >
83+ <Name >ConvNetSharp.Volume.GPU.2015</Name >
84+ </ProjectReference >
7685 <ProjectReference Include =" ..\ConvNetSharp.Volume\ConvNetSharp.Volume.2015.csproj" >
7786 <Project >{1a285120-f2f0-4a94-ab31-b4e870679c0e}</Project >
7887 <Name >ConvNetSharp.Volume.2015</Name >
Original file line number Diff line number Diff line change 5454 <Compile Include =" Layers\ILastLayer.cs" />
5555 <Compile Include =" Layers\InputLayer.cs" />
5656 <Compile Include =" Layers\LayerBase.cs" />
57+ <Compile Include =" Layers\OpWrapperLayer.cs" />
5758 <Compile Include =" Layers\PoolLayer.cs" />
5859 <Compile Include =" Layers\ReluLayer.cs" />
5960 <Compile Include =" Layers\SigmoidLayer.cs" />
8485 <Compile Include =" Ops\SoftMax.cs" />
8586 <Compile Include =" Ops\SoftMaxCrossEntropy.cs" />
8687 <Compile Include =" Ops\SoftMaxGradient.cs" />
88+ <Compile Include =" Ops\Sum.cs" />
8789 <Compile Include =" Ops\Variable.cs" />
8890 <Compile Include =" Properties\AssemblyInfo.cs" />
8991 <Compile Include =" Scope.cs" />
Original file line number Diff line number Diff line change 5353 </ItemGroup >
5454 <ItemGroup >
5555 <Compile Include =" ActivationTypeExtension.cs" />
56+ <Compile Include =" CudaHostMemoryRegion.cs" />
5657 <Compile Include =" DataLocation.cs" />
5758 <Compile Include =" Double\BuilderInstance.cs" />
5859 <Compile Include =" Double\Volume.cs" />
You can’t perform that action at this time.
0 commit comments