6126a01b创建于 2025年2月13日历史提交
#ifndef BUILD_LIBTORCH
#pragma once

#include <torch/csrc/python_headers.h>
#include "torch_npu/csrc/core/npu/NPUMacros.h"

namespace torch_npu {
namespace logging {
TORCH_NPU_API PyMethodDef* logging_functions();

} // namespace logging
} // namespace torch_npu
#endif