Hi, how do I use the torch.nn.functional.unfold function in cpp? I can’t find it in the ATen header?
I do have access to a Tensor.unfold function but that seems more limited (no padding or dilation) and outputs a differently shaped tensor.
Hi, how do I use the torch.nn.functional.unfold function in cpp? I can’t find it in the ATen header?
I do have access to a Tensor.unfold function but that seems more limited (no padding or dilation) and outputs a differently shaped tensor.