Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _norm_abs_path
Function
_norm_abs_path
tensorflow/python/debug/lib/source_utils.py:38–39 ·
view source on GitHub ↗
(file_path)
Source
from the content-addressed store, hash-verified
36
37
38
def
_norm_abs_path(file_path):
39
return
os.path.normpath(os.path.abspath(file_path))
40
41
42
def
is_extension_uncompiled_python_source(file_path):
Callers
4
guess_is_tensorflow_py_library
Function · 0.85
annotate_source
Function · 0.85
list_source_files_against_dump
Function · 0.85
annotate_source_against_profile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected