Updated TH to ATen porting guide (markdown)

Stefan Krah
2019-04-25 20:39:57 +02:00
parent deb14d9791
commit 4ca30d4ea3

@ -162,4 +162,4 @@ General guidance: maybe someone has ported something similar before! You can use
b) Function prototype:
`std::tuple<Tensor &,Tensor &> adaptive_max_pool2d_out_cpu(Tensor & out, Tensor & indices, const Tensor & self, IntArrayRef output_size);`
* Argument names matter, the convention is to use `out` for output arguments. See: https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/README.md)
* Argument names matter, the convention is to use `out` for output arguments. See: https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/README.md