Shortcuts

Struct RegisterOperators

Page Contents

Struct Documentation

struct RegisterOperators

Registration class for new operators.

Effectively calls torch::jit::registerOperator for every supplied operator, but allows doing so in the global scope when a RegisterOperators object is assigned to a static variable. Note: This is not the custom operator API. If you want to register custom operators, take a look at torch::RegisterOperators.

Public Functions

RegisterOperators() = default
inline explicit RegisterOperators(std::vector<c10::optional<Operator>> operators)

Registers a vector of already created Operators.

The operator element is now optional to filter null ops. It’s backward compatible and works for selective operator registration.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources