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

Method rawDispatchTable

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

Source from the content-addressed store, hash-verified

144 """
145
146 def rawDispatchTable(self):
147 return C._dispatch_dump_table(f"{self.namespace}::{self.name}") # type: ignore[attr-defined]
148
149 """
150 Returns a table(str) including all the registrations from users.

Callers 1

dispatchTableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected