提交 c8f20390 authored 作者: Frederic's avatar Frederic

document the profile and profile_optimizer flags.

上级 0016e46c
...@@ -245,6 +245,22 @@ import theano and print the config variable, as in: ...@@ -245,6 +245,22 @@ import theano and print the config variable, as in:
This sets the default compilation mode for theano functions. By default the This sets the default compilation mode for theano functions. By default the
mode Mode is equivalent to FAST_RUN. See Config attribute linker and optimizer. mode Mode is equivalent to FAST_RUN. See Config attribute linker and optimizer.
.. attribute:: profile
Bool value: either True or False
Default False
Do the vm/cvm linker profile the execution of Theano function?
.. attribute:: profile_optimizer
Bool value: either True or False
Default False
Do the vm/cvm linker profile the optimization phase when compiling a Theano function?
.. attribute:: config.lib.amdlibm .. attribute:: config.lib.amdlibm
Bool value: either True or False Bool value: either True or False
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论