Home
last modified time | relevance | path

Searched defs:redispatch (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/aten/src/ATen/templates/
DRedispatchFunctions.cpp11 namespace redispatch { namespace
/external/pytorch/aten/src/ATen/core/dispatch/
DDispatcher.h535 C10_ALWAYS_INLINE Return redispatch(DispatchKeySet currentDispatchKeySet, Args... args) const { in redispatch() function
/external/pytorch/torch/
D_ops.py720 def redispatch(self, /, keyset, *args, **kwargs): member in OpOverload