Browse Source

Added a model for unit testing

tags/v0.12
Eli Belash 6 years ago
parent
commit
ffa78bdd88
2 changed files with 6 additions and 0 deletions
  1. +6
    -0
      test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj
  2. BIN
      test/TensorFlowNET.UnitTest/model/saved_model.pb

+ 6
- 0
test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj View File

@@ -42,4 +42,10 @@
<ProjectReference Include="..\TensorFlowNET.Examples\TensorFlowNET.Examples.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="model\saved_model.pb">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

BIN
test/TensorFlowNET.UnitTest/model/saved_model.pb View File


Loading…
Cancel
Save