tf.summary.FileWriterCache

View source on GitHub

Class FileWriterCache

Cache for file writers.

Aliases:

This class caches file writers, one per directory.

Methods

tf.summary.FileWriterCache.clear

View source

@staticmethod
clear()

Clear cached summary writers. Currently only used for unit tests.

tf.summary.FileWriterCache.get

View source

@staticmethod
get(logdir)

Returns the FileWriter for the specified directory.

Args:

  • logdir: str, name of the directory.

Returns:

A FileWriter.