MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / make_summary

Function make_summary

tensorboard/data_compat.py:76–80  ·  view source on GitHub ↗
(tag, metadata, data)

Source from the content-addressed store, hash-verified

74
75
76def make_summary(tag, metadata, data):
77 tensor_proto = tensor_util.make_tensor_proto(data)
78 return summary_pb2.Summary.Value(
79 tag=tag, metadata=metadata, tensor=tensor_proto
80 )
81
82
83def _migrate_histogram_value(value):

Callers 4

_migrate_histogram_valueFunction · 0.85
_migrate_image_valueFunction · 0.85
_migrate_audio_valueFunction · 0.85
_migrate_scalar_valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…