Sets the should_record_summaries Tensor to always true.
()
| 134 | |
| 135 | |
| 136 | def always_record_summaries(): |
| 137 | """Sets the should_record_summaries Tensor to always true.""" |
| 138 | return record_if(True) |
| 139 | |
| 140 | |
| 141 | def never_record_summaries(): |
nothing calls this directly
no test coverage detected