Namespace capitalization change for people copy/pasting - otherwise namespace is not found
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 :