Type profile_analyzer_cli
Namespace tensorflow.python.debug.cli.profile_analyzer_cli
Methods
Properties
Fields
Public static methods
object create_profiler_ui(object graph, object run_metadata, string ui_type, object on_ui_exit, CLIConfig config)
object create_profiler_ui_dyn(object graph, object run_metadata, ImplicitContainer<T> ui_type, object on_ui_exit, object config)
Public properties
PythonFunctionContainer create_profiler_ui_fn get;
PythonFunctionContainer ProfileAnalyzer_fn get;
PythonFunctionContainer ProfileDataTableView_fn get;
Public fields
string SORT_OPS_BY_OP_NAME
return string
|
string SORT_OPS_BY_OP_TYPE
return string
|
string SORT_OPS_BY_OP_TIME
return string
|
string SORT_OPS_BY_EXEC_TIME
return string
|
string SORT_OPS_BY_START_TIME
return string
|
string SORT_OPS_BY_LINE
return string
|