flags_en.rst 687 字节
Newer Older
R
root 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
==================
FLAGS
==================

Usage
------
These FLAGS in PaddlePaddle can be set in two ways.

- Set the FLAGS through export. For example: :code:`export FLAGS_eager_delete_tensor_gb = 1.0` .

- Through :code:`get_flags` and :code:`set_flags` to print and set the environment variables. For more information of using these API, please refer to :ref:`api_fluid_get_flags` and :ref:`api_fluid_get_flags` .


FLAGS Quick Search
------------------

..  toctree::
    :maxdepth: 1


    cudnn_en.rst
    data_en.rst
    debug_en.rst
    device_en.rst
    distributed_en.rst
    executor_en.rst
    memory_en.rst
    others_en.rst