LostTech.TensorFlow : API Documentation

Type ProfileDataTableView

Namespace tensorflow.python.debug.cli.profile_analyzer_cli

Parent PythonObjectContainer

Interfaces IProfileDataTableView

Public instance methods

int column_count()

object column_count_dyn()

IList<string> column_names()

object column_names_dyn()

string column_sort_id(int col)

object column_sort_id_dyn(object col)

int row_count()

object row_count_dyn()

RichLine value(RichLine row, int col, object device_name_filter, object node_name_filter, object op_type_filter)

RichLine value(int row, int col, object device_name_filter, object node_name_filter, object op_type_filter)

object value_dyn(object row, object col, object device_name_filter, object node_name_filter, object op_type_filter)

Public properties

IList<object> formatted_exec_time get; set;

IList<object> formatted_op_time get; set;

IList<object> formatted_start_time get; set;

object PythonObject get;