MCPcopy Index your code
hub / github.com/tensorflow/tensorboard / _assert_noop

Method _assert_noop

tensorboard/data_compat_test.py:52–56  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

50 return summary.value[0]
51
52 def _assert_noop(self, value):
53 original_pbtxt = value.SerializeToString()
54 result = data_compat.migrate_value(value)
55 self.assertEqual(value, result)
56 self.assertEqual(original_pbtxt, value.SerializeToString())
57
58 def test_scalar(self):
59 with tf.compat.v1.Graph().as_default():

Callers 6

test_textMethod · 0.95
test_new_style_imageMethod · 0.95
test_new_style_audioMethod · 0.95
test_new_style_scalarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected