Sign in
android
/
platform
/
external
/
pytorch
/
2fe7e332c7
/
.
/
torch
/
csrc
/
utils
/
pyobject_preservation.h
blob: 456095d7b7037d46bd59f8f173795e177ae269a6 [
file
] [
log
] [
blame
]
#pragma
once
#include
<torch/csrc/python_headers.h>
// This file contains utilities used for handling PyObject preservation
void
clear_slots
(
PyTypeObject
*
type
,
PyObject
*
self
);