funcs.ceil_.auto.rst.txt 750 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
ceil\_
===========

.. currentmodule:: treetensor.torch

    
Documentation
------------------

.. autofunction:: ceil_

    
.. admonition:: Torch Version Related
    :class: tip

    This documentation is based on
17 18
    `torch.ceil_ <https://pytorch.org/docs/1.9.0+cu102/generated/torch.ceil_.html>`_
    in `torch v1.9.0+cu102 <https://pytorch.org/docs/1.9.0+cu102/>`_.
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
    **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.
    
    .. code-block:: shell
        :linenos:
    
        python -c 'import torch;print(torch.__version__)'