Writes the profile to a file.
(self, filename)
| 302 | return print_mdl.SerializeToString() |
| 303 | |
| 304 | def _write_profile(self, filename): |
| 305 | """Writes the profile to a file.""" |
| 306 | print_mdl.WriteProfile(filename) |
| 307 | |
| 308 | |
| 309 | @tf_export(v1=['profiler.profile']) |
no test coverage detected