Home
last modified time | relevance | path

Searched refs:_add_summary_step_transformer (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/tools/compatibility/
Dtf_upgrade_v2.py1604 "tf.contrib.summary.audio": _add_summary_step_transformer,
1605 "tf.contrib.summary.generic": _add_summary_step_transformer,
1606 "tf.contrib.summary.histogram": _add_summary_step_transformer,
1607 "tf.contrib.summary.image": _add_summary_step_transformer,
1610 "tf.contrib.summary.scalar": _add_summary_step_transformer,
2072 def _add_summary_step_transformer(parent, node, full_name, name, logs): function