MCPcopy Index your code
hub / github.com/tensorflow/tensorboard / _get_info_file_path

Function _get_info_file_path

tensorboard/manager.py:242–248  ·  view source on GitHub ↗

Get path to info file for the current process. As with `_get_info_dir`, the info directory will be created if it does not exist.

()

Source from the content-addressed store, hash-verified

240
241
242def _get_info_file_path():
243 """Get path to info file for the current process.
244
245 As with `_get_info_dir`, the info directory will be created if it
246 does not exist.
247 """
248 return os.path.join(_get_info_dir(), "pid-%d.info" % os.getpid())
249
250
251def write_info_file(tensorboard_info):

Callers 2

write_info_fileFunction · 0.85
remove_info_fileFunction · 0.85

Calls 2

_get_info_dirFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…