Home
last modified time | relevance | path

Searched refs:py_file_path (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Dsource_utils.py57 def guess_is_tensorflow_py_library(py_file_path): argument
71 if (not is_extension_uncompiled_python_source(py_file_path) and
72 not is_extension_compiled_python_source(py_file_path)):
74 py_file_path = _norm_abs_path(py_file_path)
75 return ((py_file_path.startswith(_TENSORFLOW_BASEDIR) or
76 py_file_path.startswith(_ABSL_BASEDIR)) and
77 not py_file_path.endswith("_test.py") and
79 os.path.normpath(py_file_path)))