Crate monarch_types

Source

Macros§

py_global
Macro to generate a Python object lookup function with caching

Structs§

PickledPyObject
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
SerializablePyErr
A wrapper around PyErr that contains a serialized traceback.

Traits§

TryIntoPyObjectUnsafe
A variant of pyo3::IntoPyObject used to wrap unsafe impls and propagates the unsafety to the caller.