You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

runtime.linux-x64.SciSharp.TensorFlow-Gpu.Redist.csproj 1.6 kB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Library</OutputType>
  4. <TargetFramework>netstandard2.0</TargetFramework>
  5. <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
  6. <AssemblyName>SciSharp.Tensorflow-Gpu.Redist</AssemblyName>
  7. <PackageId>runtime.linux-x64.SciSharp.Tensorflow-Gpu.Redist</PackageId>
  8. <Version>1.0.0</Version>
  9. <Authors>SciSharp team</Authors>
  10. <Company>SciSharp STACK</Company>
  11. <RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl>
  12. <RepositoryType>git</RepositoryType>
  13. <Description>
  14. Distribution of the Linux GPU Tensoflow library.
  15. Dll can be directly downloaded from https://storage.googleapis.com/tensorflow/libtensorflow/
  16. </Description>
  17. <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
  18. <PackageProjectUrl>https://github.com/SciSharp/TensorFlow.NET</PackageProjectUrl>
  19. <PackageTags>native;tensorflow;machine-learning;ML</PackageTags>
  20. <PackageOutputPath>../../packages</PackageOutputPath>
  21. <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
  22. <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
  23. <ProduceReferenceAssembly>false</ProduceReferenceAssembly>
  24. <IncludeBuildOutput>false</IncludeBuildOutput>
  25. </PropertyGroup>
  26. <ItemGroup>
  27. <!-- All dlls will be dropped in a folder available through DllImport.-->
  28. <Content Include="*.so.*">
  29. <PackagePath>runtimes/$(RuntimeIdentifier)/native/%(Filename)%(Extension)</PackagePath>
  30. <Pack>true</Pack>
  31. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  32. </Content>
  33. </ItemGroup>
  34. </Project>