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

Function always_record_summaries

tensorflow/python/ops/summary_ops_v2.py:136–138  ·  view source on GitHub ↗

Sets the should_record_summaries Tensor to always true.

()

Source from the content-addressed store, hash-verified

134
135
136def always_record_summaries():
137 """Sets the should_record_summaries Tensor to always true."""
138 return record_if(True)
139
140
141def never_record_summaries():

Callers

nothing calls this directly

Calls 1

record_ifFunction · 0.85

Tested by

no test coverage detected