diff --git a/advanced_source/dispatcher.rst b/advanced_source/dispatcher.rst index 4f3b52fea32..0d474e90dce 100644 --- a/advanced_source/dispatcher.rst +++ b/advanced_source/dispatcher.rst @@ -1,5 +1,5 @@ -Dispatcher in C++ -================= +Registering a Dispatched Operator in C++ +======================================== The dispatcher is an internal component of PyTorch which is responsible for figuring out what code should actually get run when you call a function like