Files
pytorch/torch/csrc/profiler/kineto_client_interface.h

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