Home / Class/ RegisterHPUDispatch Class — pytorch Architecture

RegisterHPUDispatch Class — pytorch Architecture

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

Entity Profile

Source Code

aten/src/ATen/native/DispatchStub.h lines 347–352

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

Analyze Your Own Codebase

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

Try Supermodel Free