vmap [Reprint Only]

Documentation

treetensor.torch.vmap(func, *args, **kwargs)[source]

Reprinted Documentation Only

No __doc__ is provided yet, need to be completed.

Torch Version Related

This documentation is based on torch.vmap in torch v2.0.1+cu117. Its arguments’ arrangements depend on the version of pytorch you installed.

If some arguments listed here are not working properly, please check your pytorch’s version with the following command and find its documentation.

1
python -c 'import torch;print(torch.__version__)'

The arguments and keyword arguments supported in torch v2.0.1+cu117 is listed below.

Description From Torch v2.0.1+cu117