diff --git a/aten/src/ATen/nn.yaml b/aten/src/ATen/nn.yaml index ae8a41476df72..02009df7c84b0 100644 --- a/aten/src/ATen/nn.yaml +++ b/aten/src/ATen/nn.yaml @@ -139,12 +139,12 @@ - name: adaptive_max_pool3d(Tensor self, IntList[3] output_size) cname: VolumetricAdaptiveMaxPooling -- name: avg_pool2d(Tensor self, IntList[2] kernel_size, IntList[2] stride={}, IntList[2] padding=0, bool ceil_mode=false, bool count_include_pad=false) +- name: avg_pool2d(Tensor self, IntList[2] kernel_size, IntList[2] stride={}, IntList[2] padding=0, bool ceil_mode=false, bool count_include_pad=true) cname: SpatialAveragePooling default_init: stride: kernel_size -- name: avg_pool3d(Tensor self, IntList[3] kernel_size, IntList[3] stride={}, IntList[3] padding=0, bool ceil_mode=false, bool count_include_pad=false) +- name: avg_pool3d(Tensor self, IntList[3] kernel_size, IntList[3] stride={}, IntList[3] padding=0, bool ceil_mode=false, bool count_include_pad=true) cname: VolumetricAveragePooling default_init: stride: kernel_size