Home
last modified time | relevance | path

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

/external/pytorch/torch/
D_jit_internal.py1226 def is_rref_instance(obj) -> bool: function
1231 def is_rref_instance(obj) -> bool: function
1507 if isinstance(obj, CFuture) or is_rref_instance(obj):