diff --git a/Tensor-and-Operator-Basics.md b/Tensor-and-Operator-Basics.md index 61cf727..4c331af 100644 --- a/Tensor-and-Operator-Basics.md +++ b/Tensor-and-Operator-Basics.md @@ -18,7 +18,8 @@ A Tensor [consists of](https://github.com/pytorch/pytorch/blob/2d6fd22e241763da6 * a storage offset ## How to author an operator -Coming soon + +[Comprehensive guide](https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/README.md) ## TensorIterator