LostTech.TensorFlow : API Documentation

Type cli_shared

Namespace tensorflow.python.debug.cli.cli_shared

Public static methods

string bytes_to_readable_str(Nullable<int> num_bytes, bool include_b)

object bytes_to_readable_str_dyn(object num_bytes, ImplicitContainer<T> include_b)

RichTextLines error(string msg)

object error_dyn(object msg)

RichTextLines format_tensor(object tensor, string tensor_name, IDictionary<string, object> np_printoptions, bool print_all, string tensor_slicing, HighlightOptions highlight_options, bool include_numeric_summary, object write_path)

object format_tensor_dyn(object tensor, object tensor_name, object np_printoptions, ImplicitContainer<T> print_all, object tensor_slicing, object highlight_options, ImplicitContainer<T> include_numeric_summary, object write_path)

RichTextLines get_error_intro(OpError tf_error)

object get_error_intro_dyn(object tf_error)

string get_run_short_description(int run_call_count, object fetches, IDictionary<object, object> feed_dict, bool is_callable_runner)

string get_run_short_description(int run_call_count, SparseTensor fetches, IDictionary<object, object> feed_dict, bool is_callable_runner)

string get_run_short_description(int run_call_count, ValueTuple<PythonClassContainer, PythonClassContainer, PythonClassContainer> fetches, IDictionary<object, object> feed_dict, bool is_callable_runner)

string get_run_short_description(int run_call_count, IEnumerable<object> fetches, IDictionary<object, object> feed_dict, bool is_callable_runner)

string get_run_short_description(int run_call_count, IDictionary<string, object> fetches, IDictionary<object, object> feed_dict, bool is_callable_runner)

object get_run_short_description_dyn(object run_call_count, object fetches, object feed_dict, ImplicitContainer<T> is_callable_runner)

RichTextLines get_run_start_intro(int run_call_count, SparseTensor fetches, IDictionary<object, object> feed_dict, IDictionary<object, object> tensor_filters, bool is_callable_runner)

RichTextLines get_run_start_intro(int run_call_count, IDictionary<string, object> fetches, IDictionary<object, object> feed_dict, IDictionary<object, object> tensor_filters, bool is_callable_runner)

RichTextLines get_run_start_intro(int run_call_count, IEnumerable<object> fetches, IDictionary<object, object> feed_dict, IDictionary<object, object> tensor_filters, bool is_callable_runner)

RichTextLines get_run_start_intro(int run_call_count, object fetches, IDictionary<object, object> feed_dict, IDictionary<object, object> tensor_filters, bool is_callable_runner)

object get_run_start_intro_dyn(object run_call_count, object fetches, object feed_dict, object tensor_filters, ImplicitContainer<T> is_callable_runner)

object get_tfdbg_logo_dyn()

IDictionary<string, object> numpy_printoptions_from_screen_info(object screen_info)

object numpy_printoptions_from_screen_info_dyn(object screen_info)

HighlightOptions parse_ranges_highlight(object ranges_string)

object parse_ranges_highlight_dyn(object ranges_string)

string time_to_readable_str(double value_us, string force_time_unit)

string time_to_readable_str(IEnumerator<object> value_us, string force_time_unit)

string time_to_readable_str(int value_us, string force_time_unit)

object time_to_readable_str_dyn(object value_us, object force_time_unit)

Public properties

PythonFunctionContainer bytes_to_readable_str_fn get;

PythonFunctionContainer error_fn get;

PythonFunctionContainer format_tensor_fn get;

PythonFunctionContainer get_error_intro_fn get;

PythonFunctionContainer get_run_short_description_fn get;

PythonFunctionContainer get_run_start_intro_fn get;

PythonFunctionContainer get_tfdbg_logo_fn get;

PythonFunctionContainer numpy_printoptions_from_screen_info_fn get;

PythonFunctionContainer parse_ranges_highlight_fn get;

PythonFunctionContainer time_to_readable_str_fn get;

IList<string> TIME_UNITS get; set;

object TIME_UNITS_dyn get; set;

Public fields

int DEFAULT_NDARRAY_DISPLAY_THRESHOLD

return int

string COLOR_WHITE

return string

string TIME_UNIT_S

return string

string COLOR_BLACK

return string

string COLOR_YELLOW

return string

string COLOR_BLUE

return string

string TIME_UNIT_US

return string

string TIME_UNIT_MS

return string

string COLOR_CYAN

return string

string COLOR_GRAY

return string

string COLOR_GREEN

return string

string COLOR_MAGENTA

return string

string COLOR_RED

return string