MCPcopy Create free account
hub / github.com/pytorch/pytorch / rawRegistrations

Method rawRegistrations

torch/_python_dispatcher.py:138–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

136 """
137
138 def rawRegistrations(self):
139 return C._dispatch_dump(f"{self.namespace}::{self.name}") # type: ignore[attr-defined]
140
141 """
142 Returns raw output of computed dispatch table for debugging only.

Callers 1

registrationsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected