Macros§
- py_
global - Macro to generate a Python object lookup function with caching
Structs§
- Pickled
PyObject - PyTree
- A Rust wrapper around A PyTorch pytree, which can be serialized and sent across the wire. https://github.com/pytorch/pytorch/blob/main/torch/utils/_pytree.py
- Serializable
PyErr - A wrapper around
PyErr
that contains a serialized traceback.
Traits§
- TryInto
PyObject Unsafe - A variant of
pyo3::IntoPyObject
used to wrap unsafe impls and propagates the unsafety to the caller.