Sets the should_record_summaries Tensor to always false.
()
| 139 | |
| 140 | |
| 141 | def 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=[]) |
nothing calls this directly
no test coverage detected