mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Bug fix for the naming of report protos.
PiperOrigin-RevId: 452817120
This commit is contained in:
committed by
TensorFlower Gardener
parent
b1e30334b6
commit
d34a9ea705
@@ -1800,7 +1800,7 @@ class TensorTracer(object):
|
||||
value = self.aggregate_global_cache(value)
|
||||
with ops.control_dependencies([summary_writer.init()]):
|
||||
summary_write_ops.append(summary.write(
|
||||
_TT_SUMMARY_TAG + '/' + key + '.' + graph_summary_tag,
|
||||
_TT_SUMMARY_TAG + '/' + key + '#' + graph_summary_tag + '#',
|
||||
value, metadata=summary_metadata,
|
||||
step=step_value))
|
||||
return control_flow_ops.group(summary_write_ops)
|
||||
|
||||
Reference in New Issue
Block a user