aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/mixed_precision
Commit message (Collapse)AuthorAge
* Fix typo and use fully qualified names for consistency in LossScaleOptimizer ↵Gravatar Smit Hinsu2018-09-21
| | | | | | docstring PiperOrigin-RevId: 214077127
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
| | | | | | | | | | | | | | | | | | | | Back-ticks are now converted to links in the api_docs generator. With the new docs repo we're moving to simplify the docs pipeline, and make everything more readable. By doing this we no longer get test failures for symbols that don't exist (`tf.does_not_exist` will not get a link). There is also no way, not to set custom link text. That's okay. This is the result of the following regex replacement (+ a couple of manual edits.): re: @\{([^$].*?)(\$.+?)?} sub: `\1` Which does the following replacements: "@{tf.symbol}" --> "`tf.symbol`" "@{tf.symbol$link_text}" --> "`tf.symbol`" PiperOrigin-RevId: 208042358
* Fix typosGravatar Taehoon Lee2018-07-09
|
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
| | | | PiperOrigin-RevId: 201652888
* Improve the loss_scale_optimizer docstring.Gravatar James Qin2018-06-10
| | | | PiperOrigin-RevId: 200001771
* Introduce LossScalingOptimizer for mixed precision training.Gravatar James Qin2018-05-14
PiperOrigin-RevId: 196597196