Home
last modified time | relevance | path

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

/external/pytorch/torch/
D_jit_internal.py1384 def check_empty_containers(obj) -> None: function
1403 check_empty_containers(obj)
1417 check_empty_containers(obj)
1434 check_empty_containers(obj)
/external/pytorch/test/jit/
Dtest_isinstance.py352 torch._jit_internal.check_empty_containers(torch.Tensor([]))
356 torch._jit_internal.check_empty_containers(torch.rand(2, 3))