Hi,
Is there sample code for using Tensors / Compute directly ?
All the sample code I see involves layers of neural networks.
I just want to see how to do raw GPU accelerated tensors, things like:
* here's how to allocate a tensor
* here's how to create gaussian noise of a certain shape
* here are basic matrix-matrix, matrix-vector ops
* here are reshape ops
* here are convolution ops
...
Thanks!
--TongKe