LostTech.TensorFlow : API Documentation

Type CommandHistory

Namespace tensorflow.python.debug.cli.debugger_cli_common

Parent PythonObjectContainer

Interfaces ICommandHistory

Public instance methods

void add_command(IEnumerable<string> command)

void add_command(string command)

object add_command_dyn(object command)

IList<object> lookup_prefix(IEnumerable<string> prefix, int n)

IList<object> lookup_prefix(string prefix, int n)

object lookup_prefix_dyn(object prefix, object n)

IList<object> most_recent_n(int n)

object most_recent_n_dyn(object n)

Public properties

object PythonObject get;