Home
last modified time | relevance | path

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

/external/pytorch/torch/utils/
D_pytree.py654 def _is_namedtuple_instance(tree: Any) -> bool: function
666 if _is_namedtuple_instance(tree):
/external/pytorch/benchmarks/dynamo/
Dcommon.py1178 if pytree._is_namedtuple_instance(example_outputs):