浏览代码

Tiny TensorFlowSharp docs tweak (#252)

Namespace capitalization change for people copy/pasting - otherwise namespace is not found
/tag-0.2.1
Arthur Juliani 7 年前
当前提交
af859309
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      docs/Using-TensorFlow-Sharp-in-Unity-(Experimental).md

2
docs/Using-TensorFlow-Sharp-in-Unity-(Experimental).md


In your C# script :
At the top, add the line
```csharp
using Tensorflow;
using TensorFlow;
```
If you will be building for android, you must add this block at the start of your code :
```csharp

正在加载...
取消
保存