Searched defs:with_keyset (Results 1 – 2 of 2) sorted by relevance
/external/pytorch/torch/csrc/utils/ |
D | python_dispatch.cpp | 118 bool with_keyset = false, in PythonKernelHolder() 420 bool with_keyset) { in initDispatchBindings() 483 bool with_keyset) { in initDispatchBindings() 997 bool with_keyset, in python_op_registration_trampoline_impl()
|
/external/pytorch/torch/ |
D | library.py | 255 def impl(self, op_name, fn, dispatch_key="", *, with_keyset=False): argument 333 def fallback(self, fn, dispatch_key="", *, with_keyset=False): argument
|