Browse Source

remove numsharp src

tags/v0.9
haiping008 6 years ago
parent
commit
cba70ccbda
3 changed files with 0 additions and 11 deletions
  1. +0
    -6
      TensorFlow.NET.sln
  2. +0
    -4
      src/TensorFlowNET.Core/TensorFlowNET.Core.csproj
  3. +0
    -1
      test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj

+ 0
- 6
TensorFlow.NET.sln View File

@@ -11,8 +11,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TensorFlowNET.Core", "src\T
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TensorFlowNET.Visualization", "src\TensorFlowNET.Visualization\TensorFlowNET.Visualization.csproj", "{0254BFF9-453C-4FE0-9609-3644559A79CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NumSharp.Core", "..\NumSharp\src\NumSharp.Core\NumSharp.Core.csproj", "{A4428462-1147-45E9-8403-4E6860FF6EED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -35,10 +33,6 @@ Global
{0254BFF9-453C-4FE0-9609-3644559A79CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0254BFF9-453C-4FE0-9609-3644559A79CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0254BFF9-453C-4FE0-9609-3644559A79CE}.Release|Any CPU.Build.0 = Release|Any CPU
{A4428462-1147-45E9-8403-4E6860FF6EED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4428462-1147-45E9-8403-4E6860FF6EED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4428462-1147-45E9-8403-4E6860FF6EED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4428462-1147-45E9-8403-4E6860FF6EED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE


+ 0
- 4
src/TensorFlowNET.Core/TensorFlowNET.Core.csproj View File

@@ -58,8 +58,4 @@ Bug memory leak issue when allocating Tensor.</PackageReleaseNotes>
<Folder Include="Keras\Initializers\" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NumSharp\src\NumSharp.Core\NumSharp.Core.csproj" />
</ItemGroup>

</Project>

+ 0
- 1
test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj View File

@@ -13,7 +13,6 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NumSharp\src\NumSharp.Core\NumSharp.Core.csproj" />
<ProjectReference Include="..\..\src\TensorFlowNET.Core\TensorFlowNET.Core.csproj" />
</ItemGroup>



Loading…
Cancel
Save