mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-05 16:44:58 +08:00
It contains formatting and other minor fixes. Pull Request resolved: https://github.com/pytorch/pytorch/pull/127833 Approved by: https://github.com/ezyang
10 lines
141 B
C++
10 lines
141 B
C++
#pragma once
|
|
|
|
#include <torch/csrc/python_headers.h>
|
|
|
|
namespace torch::utils {
|
|
|
|
PyObject* returned_structseq_repr(PyStructSequence* obj);
|
|
|
|
}
|