Caffe2 - C++ API
A deep learning, cross platform ML framework
tensor_list.h
1 #pragma once
2 
3 #include <torch/csrc/python_headers.h>
4 #include <ATen/ATen.h>
5 
6 namespace torch { namespace utils {
7 
8 PyObject* tensor_to_list(const at::Tensor& tensor);
9 
10 }} // namespace torch::utils
Definition: jit_type.h:17