LostTech.TensorFlow : API Documentation

Type EventListenerTestServicer

Namespace tensorflow.python.debug.lib.grpc_debug_test_server

Parent EventListenerBaseServicer

Interfaces IEventListenerTestServicer

Public instance methods

void clear_data()

object clear_data_dyn()

IList<object> gated_grpc_debug_watches()

object gated_grpc_debug_watches_dyn()

IList<object> query_call_keys()

object query_call_keys_dyn()

IList<object> query_call_types()

object query_call_types_dyn()

IList<object> query_graph_versions()

object query_graph_versions_dyn()

ValueTuple<object, object, object> query_op_traceback(string op_name)

object query_op_traceback_dyn(object op_name)

IList<object> query_origin_stack()

object query_origin_stack_dyn()

object query_source_file_line(string file_path, int lineno)

object query_source_file_line_dyn(object file_path, object lineno)

void request_unwatch(string node_name, int output_slot, string debug_op)

object request_unwatch_dyn(object node_name, object output_slot, object debug_op)

void request_watch(string node_name, int output_slot, string debug_op, bool breakpoint)

object request_watch_dyn(object node_name, object output_slot, object debug_op, ImplicitContainer<T> breakpoint)

void run_server(bool blocking)

object run_server_dyn(ImplicitContainer<T> blocking)

object stop_server(double grace)

object stop_server_dyn(ImplicitContainer<T> grace)

void toggle_watch()

object toggle_watch_dyn()

Public properties

ISet<object> breakpoints get;

object breakpoints_dyn get;

IList<object> core_metadata_json_strings get; set;

PythonClassContainer debug_tensor_values get; set;

IList<object> partition_graph_defs get; set;

object PythonObject get;

object server get; set;