Home / Class/ RegisterPRIVATEUSE1Dispatch Class — pytorch Architecture

RegisterPRIVATEUSE1Dispatch Class — pytorch Architecture

Architecture documentation for the RegisterPRIVATEUSE1Dispatch class in DispatchStub.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/native/DispatchStub.h lines 376–381

template <typename DispatchStub>
struct RegisterPRIVATEUSE1Dispatch {
  RegisterPRIVATEUSE1Dispatch(DispatchStub &stub, typename DispatchStub::FnPtr value) {
    stub.set_privateuse1_dispatch_ptr(value);
  }
};

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free