mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/139605 Approved by: https://github.com/ezyang
8 lines
176 B
C++
8 lines
176 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
|