From 4ca30d4ea32bd0f5b496e76e03cf0e83e8941d56 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Thu, 25 Apr 2019 20:39:57 +0200 Subject: [PATCH] Updated TH to ATen porting guide (markdown) --- TH-to-ATen-porting-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TH-to-ATen-porting-guide.md b/TH-to-ATen-porting-guide.md index 52347a5..064337d 100644 --- a/TH-to-ATen-porting-guide.md +++ b/TH-to-ATen-porting-guide.md @@ -162,4 +162,4 @@ General guidance: maybe someone has ported something similar before! You can use b) Function prototype: `std::tuple 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) \ No newline at end of file + * 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 \ No newline at end of file