LostTech.TensorFlow : API Documentation

Type debug_graphs

Namespace tensorflow.python.debug.lib.debug_graphs

Public static methods

string get_node_name(string element_name)

object get_node_name_dyn(object element_name)

int get_output_slot(string element_name)

object get_output_slot_dyn(object element_name)

bool is_copy_node(string node_name)

object is_copy_node_dyn(object node_name)

bool is_debug_node(string node_name)

object is_debug_node_dyn(object node_name)

object parse_debug_node_name(string node_name)

object parse_debug_node_name_dyn(object node_name)

object parse_node_or_tensor_name(string name)

object parse_node_or_tensor_name_dyn(object name)

Public properties

PythonFunctionContainer DebugGraph_fn get;

PythonFunctionContainer DFSGraphTracer_fn get;

PythonFunctionContainer get_node_name_fn get;

PythonFunctionContainer get_output_slot_fn get;

PythonFunctionContainer GraphTracingReachedDestination_fn get;

PythonFunctionContainer is_copy_node_fn get;

PythonFunctionContainer is_debug_node_fn get;

PythonFunctionContainer parse_debug_node_name_fn get;

PythonFunctionContainer parse_node_or_tensor_name_fn get;