mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/138976 Approved by: https://github.com/Skylion007
8 lines
177 B
C++
8 lines
177 B
C++
#include <torch/csrc/jit/mobile/nnc/registry.h>
|
|
|
|
namespace torch::jit::mobile::nnc {
|
|
|
|
C10_DEFINE_REGISTRY(NNCKernelRegistry, NNCKernel);
|
|
|
|
} // namespace torch::jit::mobile::nnc
|