LostTech.TensorFlow : API Documentation

Type summary_test_util

Namespace tensorflow.contrib.summary.summary_test_util

Public static methods

IList<object> events_from_file(string filepath)

object events_from_file_dyn(object filepath)

IList<object> events_from_logdir(Byte[] logdir)

IList<object> events_from_logdir(string logdir)

object events_from_logdir_dyn(object logdir)

object get_all(PythonClassContainer db, string q, Object[] p)

object get_all_dyn(object db, object q, Object[] p)

object get_one(PythonClassContainer db, string q, Object[] p)

object get_one_dyn(object db, object q, Object[] p)

object unroll(IEnumerable<object> list_of_tuples)

object unroll_dyn(object list_of_tuples)

Public properties

PythonFunctionContainer events_from_file_fn get;

PythonFunctionContainer events_from_logdir_fn get;

PythonFunctionContainer get_all_fn get;

PythonFunctionContainer get_one_fn get;

PythonFunctionContainer SummaryDbTest_fn get;

PythonFunctionContainer unroll_fn get;