Browse Source

add Chapter Tensor

tags/v0.1.0-Tensor
Oceania2018 6 years ago
parent
commit
53c3a4e584
3 changed files with 8 additions and 5 deletions
  1. +1
    -1
      docs/source/Tensor.md
  2. +4
    -3
      docs/source/index.rst
  3. +3
    -1
      src/TensorFlowNET.Core/TensorFlowNET.Core.csproj

+ 1
- 1
docs/source/Tensor.md View File

@@ -1,4 +1,4 @@
# 第一章: Tensor
# Chapter 1. Tensor 第一章: Tensor

### Represents one of the outputs of an Operation



+ 4
- 3
docs/source/index.rst View File

@@ -16,8 +16,6 @@ Indices and tables
==================

* :ref:`Front Cover <front-cover>`
* :ref:`modindex`
* :ref:`search`

.. _front-cover:

@@ -26,4 +24,7 @@ Indices and tables
:caption: Get Started with TensorFlow.NET:

FrontCover
HelloWorld
Foreword
Preface
HelloWorld
Tensor

+ 3
- 1
src/TensorFlowNET.Core/TensorFlowNET.Core.csproj View File

@@ -14,8 +14,10 @@
<PackageProjectUrl>https://github.com/SciSharp</PackageProjectUrl>
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
<PackageTags>TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET</PackageTags>
<Description>TensorFlow binding for .NET Standard.</Description>
<Description>Google's TensorFlow binding in .NET Standard.
Docs: https://tensorflownet.readthedocs.io</Description>
<AssemblyVersion>0.0.2.0</AssemblyVersion>
<PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">


Loading…
Cancel
Save