mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 21:49:24 +08:00
Mostly in torch/csrc/jit/runtime and in `ATen/cuda/` Pull Request resolved: https://github.com/pytorch/pytorch/pull/110314 Approved by: https://github.com/seemethere
8 lines
152 B
C++
8 lines
152 B
C++
#pragma once
|
|
|
|
#include <torch/csrc/jit/python/pybind.h>
|
|
|
|
namespace torch::jit {
|
|
void initJitScriptBindings(PyObject* module);
|
|
} // namespace torch::jit
|