Home
last modified time | relevance | path

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

/external/pytorch/functorch/dim/
Ddim.py52 self._vmap_level = _vmap_increment_nesting(size, "same") # noqa: F821
/external/pytorch/torch/_functorch/
Dvmap.py23 _vmap_increment_nesting,
466 vmap_level = _vmap_increment_nesting(batch_size, randomness)
/external/pytorch/torch/_C/
D_functorch.pyi29 def _vmap_increment_nesting(batch_size: int, randomness: str) -> int: ...
/external/pytorch/torch/csrc/functorch/
Dinit.cpp272 int64_t _vmap_increment_nesting( in _vmap_increment_nesting() function
468 m.def("_vmap_increment_nesting", &_vmap_increment_nesting); in initFuncTorchBindings()
/external/pytorch/torch/_dynamo/variables/
Dctx_manager.py436 vmap_level = torch._C._functorch._vmap_increment_nesting(batch_size, randomness)
440 torch._C._functorch._vmap_increment_nesting,