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

Function disable_run_metadata

tensorflow/python/eager/context.py:1835–1837  ·  view source on GitHub ↗

Disables tracing of op execution via RunMetadata.

()

Source from the content-addressed store, hash-verified

1833
1834
1835def disable_run_metadata():
1836 """Disables tracing of op execution via RunMetadata."""
1837 context().disable_run_metadata()
1838
1839
1840def enable_graph_collection():

Callers

nothing calls this directly

Calls 2

contextFunction · 0.85
disable_run_metadataMethod · 0.80

Tested by

no test coverage detected