pytorch
e885ce61 - C++ parity, grid_sample functional (#28354)

Commit
5 years ago
C++ parity, grid_sample functional (#28354) Summary: https://github.com/pytorch/pytorch/issues/25883 I put grid_sample in vision.h with affine grid. I have a question in string argument(interpolation mode, padding mode) I reuse torch::native::detail::GridSamplerInterpolation in GridSampler.h instead of using string. It follows the way that uses reduction enum in loss functions. I am not sure this is right. yf225 Pull Request resolved: https://github.com/pytorch/pytorch/pull/28354 Differential Revision: D18109333 Pulled By: yf225 fbshipit-source-id: 1bf972b671b107464f73b937bbe0de76fb259fbf
Author
Parents
Loading