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

Function never_record_summaries

tensorflow/python/ops/summary_ops_v2.py:141–143  ·  view source on GitHub ↗

Sets the should_record_summaries Tensor to always false.

()

Source from the content-addressed store, hash-verified

139
140
141def never_record_summaries():
142 """Sets the should_record_summaries Tensor to always false."""
143 return record_if(False)
144
145
146@tf_export("summary.experimental.get_step", v1=[])

Callers

nothing calls this directly

Calls 1

record_ifFunction · 0.85

Tested by

no test coverage detected