pytorch
ad38b92f - [Quant][core][devs] Separated implementations for quantized & non-quantized tensors in reflection_pad2d_cpu (#72442)

Commit
2 years ago
[Quant][core][devs] Separated implementations for quantized & non-quantized tensors in reflection_pad2d_cpu (#72442) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/72442 This PR is part of a series of PRs addressing https://github.com/pytorch/pytorch/issues/54150, related to using dispatcher for calls to quantized backends as opposed to if/else conditionals. This particular PR separates the calls to quantized & non-quantized backends for reflection_pad2d_cpu using a dispatcher. Differential Revision: D34046271 D34046271 Test Plan: Imported from OSS Reviewed By: jerryzh168 Pulled By: dzdang fbshipit-source-id: fef7148ba7589856b3a82d37106ac4018efeec37 (cherry picked from commit 5cbdb264c0dbaf061a230b3ebca04c1c1d52b8c6)
Author
Committer
Parents
Loading