Structs§
- TypePtr
- An opaque type that represents the type of an argument to a torch operator. This is essentially used to interface with C++ code and should not be instantiated or owned by Rust code.
Enums§
- Call
OpError - Errors that can occur while calling an operator.
Functions§
- call_op
- Call a PyTorch-dispatched operator by name.
- get_
schema_ args_ info - Give information about which arguments can be mutated by the provided operator. TODO: