mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Follows #139385 Pull Request resolved: https://github.com/pytorch/pytorch/pull/139599 Approved by: https://github.com/sraikund16
12 lines
246 B
C++
12 lines
246 B
C++
#pragma once
|
|
|
|
#include <torch/csrc/jit/runtime/interpreter.h>
|
|
#include <torch/csrc/profiler/unwind/unwind.h>
|
|
|
|
namespace torch {
|
|
|
|
// declare global_kineto_init for libtorch_cpu.so to call
|
|
TORCH_API void global_kineto_init();
|
|
|
|
} // namespace torch
|