Module call_op

Source

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§

CallOpError
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: