LostTech.TensorFlow : API Documentation

Type FileWriterCache

Namespace tensorflow.summary

Parent PythonObjectContainer

Interfaces IFileWriterCache

Cache for file writers.

This class caches file writers, one per directory.

Methods

Properties

Public static methods

void clear()

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

object clear_dyn()

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

object get(Byte[] logdir)

Returns the FileWriter for the specified directory.
Parameters
Byte[] logdir
str, name of the directory.
Returns
object
A `FileWriter`.

object get(string logdir)

Returns the FileWriter for the specified directory.
Parameters
string logdir
str, name of the directory.
Returns
object
A `FileWriter`.

Public properties

object PythonObject get;