Type source_utils
Namespace tensorflow.python.debug.lib.source_utils
Methods
- annotate_source
- annotate_source
- annotate_source_against_profile
- annotate_source_against_profile_dyn
- annotate_source_dyn
- guess_is_tensorflow_py_library
- guess_is_tensorflow_py_library_dyn
- is_extension_compiled_python_source
- is_extension_compiled_python_source_dyn
- is_extension_uncompiled_python_source
- is_extension_uncompiled_python_source_dyn
- list_source_files_against_dump
- list_source_files_against_dump_dyn
- load_source
- load_source_dyn
Properties
- annotate_source_against_profile_fn
- annotate_source_fn
- COMPILED_SOURCE_SUFFIXES
- COMPILED_SOURCE_SUFFIXES_dyn
- guess_is_tensorflow_py_library_fn
- is_extension_compiled_python_source_fn
- is_extension_uncompiled_python_source_fn
- list_source_files_against_dump_fn
- load_source_fn
Fields
Public static methods
IDictionary<object, object> annotate_source(DebugDumpDir dump, Byte[] source_file_path, bool do_dumped_tensors, bool file_stack_top, object min_line, object max_line)
IDictionary<object, object> annotate_source(DebugDumpDir dump, string source_file_path, bool do_dumped_tensors, bool file_stack_top, object min_line, object max_line)
IDictionary<object, AggregateProfile> annotate_source_against_profile(IEnumerable<object> profile_data, object source_file_path, object node_name_filter, object op_type_filter, object min_line, object max_line)
object annotate_source_against_profile_dyn(object profile_data, object source_file_path, object node_name_filter, object op_type_filter, object min_line, object max_line)
object annotate_source_dyn(object dump, object source_file_path, ImplicitContainer<T> do_dumped_tensors, ImplicitContainer<T> file_stack_top, object min_line, object max_line)
bool guess_is_tensorflow_py_library(string py_file_path)
object guess_is_tensorflow_py_library_dyn(object py_file_path)
object is_extension_compiled_python_source(string file_path)
object is_extension_compiled_python_source_dyn(object file_path)
object is_extension_uncompiled_python_source(string file_path)
object is_extension_uncompiled_python_source_dyn(object file_path)
IList<object> list_source_files_against_dump(DebugDumpDir dump, object path_regex_whitelist, string node_name_regex_whitelist)
object list_source_files_against_dump_dyn(object dump, object path_regex_whitelist, object node_name_regex_whitelist)
ValueTuple<IList<object>, int> load_source(object source_file_path)
object load_source_dyn(object source_file_path)
Public properties
PythonFunctionContainer annotate_source_against_profile_fn get;
PythonFunctionContainer annotate_source_fn get;
ValueTuple<string, string> COMPILED_SOURCE_SUFFIXES get; set;
object COMPILED_SOURCE_SUFFIXES_dyn get; set;
PythonFunctionContainer guess_is_tensorflow_py_library_fn get;
PythonFunctionContainer is_extension_compiled_python_source_fn get;
PythonFunctionContainer is_extension_uncompiled_python_source_fn get;
PythonFunctionContainer list_source_files_against_dump_fn get;
PythonFunctionContainer load_source_fn get;
Public fields
string UNCOMPILED_SOURCE_SUFFIXES
return string
|