MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / export_run_metadata

Function export_run_metadata

tensorflow/python/eager/context.py:1854–1863  ·  view source on GitHub ↗

Returns a RunMetadata proto with accumulated information. The returned protocol buffer contains information since the most recent call to either enable_run_metadata or export_run_metadata. Returns: A RunMetadata protocol buffer.

()

Source from the content-addressed store, hash-verified

1852
1853
1854def export_run_metadata():
1855 """Returns a RunMetadata proto with accumulated information.
1856
1857 The returned protocol buffer contains information since the most recent call
1858 to either enable_run_metadata or export_run_metadata.
1859
1860 Returns:
1861 A RunMetadata protocol buffer.
1862 """
1863 return context().export_run_metadata()
1864
1865
1866def set_server_def(server_def):

Callers

nothing calls this directly

Calls 2

contextFunction · 0.85
export_run_metadataMethod · 0.80

Tested by

no test coverage detected