LostTech.TensorFlow : API Documentation

Type grpc_wrapper

Namespace tensorflow.python.debug.wrappers.grpc_wrapper

Public static methods

int publish_traceback(IEnumerable<string> debug_server_urls, object graph, IDictionary<object, object> feed_dict, IEnumerable<IGraphNodeBase> fetches, int old_graph_version)

int publish_traceback(IEnumerable<string> debug_server_urls, object graph, IDictionary<object, object> feed_dict, Operation fetches, int old_graph_version)

int publish_traceback(IEnumerable<string> debug_server_urls, object graph, IDictionary<object, object> feed_dict, IGraphNodeBase fetches, int old_graph_version)

int publish_traceback(IEnumerable<string> debug_server_urls, object graph, IDictionary<object, object> feed_dict, object fetches, int old_graph_version)

object publish_traceback_dyn(object debug_server_urls, object graph, object feed_dict, object fetches, object old_graph_version)

void register_signal_handler()

object register_signal_handler_dyn()

Public properties

PythonFunctionContainer GrpcDebugWrapperSession_fn get;

PythonFunctionContainer publish_traceback_fn get;

PythonFunctionContainer register_signal_handler_fn get;

PythonFunctionContainer TensorBoardDebugWrapperSession_fn get;