Home
last modified time | relevance | path

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

/external/pytorch/torch/_functorch/
Dvmap.py464 def vmap_increment_nesting(batch_size, randomness): function
475 with vmap_increment_nesting(batch_size, randomness) as vmap_level:
505 with vmap_increment_nesting(batch_size, randomness) as vmap_level:
/external/pytorch/torch/_dynamo/variables/
Dtorch.py80 torch._functorch.vmap.vmap_increment_nesting,
285 elif self.value is torch._functorch.vmap.vmap_increment_nesting: