def test_run_metadata(self):
self.set_up_with_runs()
(metadata_pbtxt, mime_type) = self.plugin.run_metadata_impl(
self._RUN_WITH_GRAPH, self._METADATA_TAG)
self.assertEqual(mime_type, 'text/x-protobuf')
text_format.Parse(metadata_pbtxt, tf.RunMetadata())
# If it parses, we're happy.
评论列表
文章目录