#pragma once #include namespace at { class Tensor; } namespace torch::utils { PyObject* tensor_to_list(const at::Tensor& tensor); }