Disables tracing of op execution via RunMetadata.
()
| 1833 | |
| 1834 | |
| 1835 | def disable_run_metadata(): |
| 1836 | """Disables tracing of op execution via RunMetadata.""" |
| 1837 | context().disable_run_metadata() |
| 1838 | |
| 1839 | |
| 1840 | def enable_graph_collection(): |
nothing calls this directly
no test coverage detected