LostTech.TensorFlow : API Documentation

Type DebugDumpDir

Namespace tensorflow.python.debug

Parent PythonObjectContainer

Interfaces IDebugDumpDir

Public instance methods

IList<object> debug_watch_keys(string node_name, object device_name)

object debug_watch_keys_dyn(object node_name, object device_name)

IList<DebugTensorDatum> find(string predicate, int first_n, object device_name, string exclude_node_names)

IList<DebugTensorDatum> find(object predicate, int first_n, object device_name, string exclude_node_names)

object find_dyn(object predicate, ImplicitContainer<T> first_n, object device_name, object exclude_node_names)

IList<object> find_some_path(string src_node_name, string dst_node_name, bool include_control, bool include_reversed_ref, object device_name)

object find_some_path_dyn(object src_node_name, object dst_node_name, ImplicitContainer<T> include_control, ImplicitContainer<T> include_reversed_ref, object device_name)

IList<object> get_dump_sizes_bytes(string node_name, int output_slot, string debug_op, object device_name)

object get_dump_sizes_bytes_dyn(object node_name, object output_slot, object debug_op, object device_name)

object get_rel_timestamps(string node_name, int output_slot, string debug_op, object device_name)

object get_rel_timestamps_dyn(object node_name, object output_slot, object debug_op, object device_name)

IList<object> get_tensor_file_paths(string node_name, int output_slot, string debug_op, object device_name)

object get_tensor_file_paths_dyn(object node_name, object output_slot, object debug_op, object device_name)

IList<object> get_tensors(string node_name, int output_slot, string debug_op, string device_name)

object get_tensors_dyn(object node_name, object output_slot, object debug_op, object device_name)

bool loaded_partition_graphs()

object loaded_partition_graphs_dyn()

object node_attributes(string node_name, object device_name)

object node_attributes_dyn(object node_name, object device_name)

IList<object> node_device(string node_name)

object node_device_dyn(object node_name)

bool node_exists(string node_name, object device_name)

object node_exists_dyn(object node_name, object device_name)

IList<object> node_inputs(string node_name, bool is_control, object device_name)

object node_inputs_dyn(object node_name, ImplicitContainer<T> is_control, object device_name)

object node_op_type(string node_name, object device_name)

object node_op_type_dyn(object node_name, object device_name)

IList<object> node_recipients(string node_name, bool is_control, object device_name)

object node_recipients_dyn(object node_name, ImplicitContainer<T> is_control, object device_name)

object node_traceback(string element_name)

object node_traceback_dyn(object element_name)

object nodes(string device_name)

object nodes_dyn(object device_name)

IList<object> partition_graphs()

object partition_graphs_dyn()

IDictionary<object, object> reconstructed_non_debug_partition_graphs()

object reconstructed_non_debug_partition_graphs_dyn()

void set_python_graph_(object python_graph)

object set_python_graph_dyn_(object python_graph)

IList<object> transitive_inputs(string node_name, bool include_control, bool include_reversed_ref, object device_name)

object transitive_inputs_dyn(object node_name, ImplicitContainer<T> include_control, ImplicitContainer<T> include_reversed_ref, object device_name)

IList<object> watch_key_to_data(string debug_watch_key, object device_name)

object watch_key_to_data_dyn(object debug_watch_key, object device_name)

Public properties

object core_metadata get;

object core_metadata_dyn get;

IList<object> dumped_tensor_data get;

object dumped_tensor_data_dyn get;

object python_graph get;

object python_graph_dyn get;

object PythonObject get;

IList<object> run_feed_keys_info get;

object run_feed_keys_info_dyn get;

IList<object> run_fetches_info get;

object run_fetches_info_dyn get;

IEnumerator<int> size get;

object size_dyn get;

IList<object> t0 get;

object t0_dyn get;