LostTech.TensorFlow : API Documentation

Type debug

Namespace tensorflow.python.debug

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 add_debug_tensor_watch_dyn(object run_options, object node_name, ImplicitContainer<T> output_slot, ImplicitContainer<T> debug_ops, object debug_urls, ImplicitContainer<T> tolerate_debug_op_creation_failures, ImplicitContainer<T> global_step)

bool has_inf_or_nan(DebugTensorDatum datum, ndarray tensor)

bool has_inf_or_nan(DebugTensorDatum datum, InconvertibleTensorProto tensor)

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)

InconvertibleTensorProto load_tensor_from_event_file(object event_file_path)

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)

object watch_graph_dyn(object run_options, object graph, ImplicitContainer<T> debug_ops, object debug_urls, object node_name_regex_whitelist, object op_type_regex_whitelist, object tensor_dtype_regex_whitelist, ImplicitContainer<T> tolerate_debug_op_creation_failures, ImplicitContainer<T> global_step, ImplicitContainer<T> 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)

object watch_graph_with_blacklists_dyn(object run_options, object graph, ImplicitContainer<T> debug_ops, object debug_urls, object node_name_regex_blacklist, object op_type_regex_blacklist, object tensor_dtype_regex_blacklist, ImplicitContainer<T> tolerate_debug_op_creation_failures, ImplicitContainer<T> global_step, ImplicitContainer<T> reset_disk_byte_usage)

Public properties

PythonFunctionContainer add_debug_tensor_watch_fn get;

PythonFunctionContainer has_inf_or_nan_fn get;

PythonFunctionContainer load_tensor_from_event_file_fn get;

PythonFunctionContainer load_tensor_from_event_fn get;

PythonFunctionContainer reconstruct_non_debug_graph_def_fn get;

PythonFunctionContainer watch_graph_fn get;

PythonFunctionContainer watch_graph_with_blacklists_fn get;