Public static methods
void add_debug_tensor_watch(object run_options, string node_name, int output_slot, IEnumerable<object> debug_ops, string debug_urls, bool tolerate_debug_op_creation_failures, int global_step)
void add_debug_tensor_watch(object run_options, string node_name, int output_slot, string debug_ops, string debug_urls, bool tolerate_debug_op_creation_failures, int global_step)
void add_debug_tensor_watch(object run_options, string node_name, int output_slot, string debug_ops, IEnumerable<string> debug_urls, bool tolerate_debug_op_creation_failures, int global_step)
void add_debug_tensor_watch(object run_options, string node_name, int output_slot, IEnumerable<object> debug_ops, IEnumerable<string> debug_urls, bool tolerate_debug_op_creation_failures, int global_step)
object has_inf_or_nan_dyn(object datum, object tensor)
object load_tensor_from_event(object event)
object load_tensor_from_event_dyn(object event)
object load_tensor_from_event_file_dyn(object event_file_path)
object reconstruct_non_debug_graph_def(object debug_graph_def)
object reconstruct_non_debug_graph_def_dyn(object debug_graph_def)
void watch_graph(object run_options, object graph, IEnumerable<string> debug_ops, IEnumerable<string> debug_urls, string node_name_regex_whitelist, string op_type_regex_whitelist, string tensor_dtype_regex_whitelist, bool tolerate_debug_op_creation_failures, int global_step, bool reset_disk_byte_usage)
void watch_graph(object run_options, object graph, IEnumerable<string> debug_ops, string debug_urls, string node_name_regex_whitelist, string op_type_regex_whitelist, string tensor_dtype_regex_whitelist, bool tolerate_debug_op_creation_failures, int global_step, bool reset_disk_byte_usage)
void watch_graph(object run_options, object graph, string debug_ops, IEnumerable<string> debug_urls, string node_name_regex_whitelist, string op_type_regex_whitelist, string tensor_dtype_regex_whitelist, bool tolerate_debug_op_creation_failures, int global_step, bool reset_disk_byte_usage)
void watch_graph(object run_options, object graph, string debug_ops, string debug_urls, string node_name_regex_whitelist, string op_type_regex_whitelist, string tensor_dtype_regex_whitelist, bool tolerate_debug_op_creation_failures, int global_step, bool reset_disk_byte_usage)
void watch_graph_with_blacklists(object run_options, object graph, string debug_ops, IEnumerable<string> debug_urls, string node_name_regex_blacklist, string op_type_regex_blacklist, string tensor_dtype_regex_blacklist, bool tolerate_debug_op_creation_failures, int global_step, bool reset_disk_byte_usage)
void watch_graph_with_blacklists(object run_options, object graph, string debug_ops, string debug_urls, string node_name_regex_blacklist, string op_type_regex_blacklist, string tensor_dtype_regex_blacklist, bool tolerate_debug_op_creation_failures, int global_step, bool reset_disk_byte_usage)
Public properties