Home
last modified time | relevance | path

Searched refs:fallthrough_keys (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/torch/
D_ops.py955 def _dispatch_in_python(self, args, kwargs, fallthrough_keys): argument
957 for key in fallthrough_keys:
976 args, kwargs, fallthrough_keys + [dispatch_key]