Home
last modified time | relevance | path

Searched defs:with_keyset (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_dispatch.cpp118 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()
/aosp_15_r20/external/pytorch/torch/
H A Dlibrary.py255 def impl(self, op_name, fn, dispatch_key="", *, with_keyset=False): argument
333 def fallback(self, fn, dispatch_key="", *, with_keyset=False): argument