We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5944c commit 6003b17Copy full SHA for 6003b17
ai_edge_torch/odml_torch/debuginfo/_build.py
@@ -12,6 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
# ==============================================================================
15
+import re
16
from ai_edge_torch.fx_infra import graph_utils
17
import torch
18
@@ -48,8 +49,6 @@ def _get_canonical_filename(filename: str):
48
49
The canonicalized filename.
50
"""
51
- # TODO(yijieyang): We should add a config option to provide a regex to strip
52
- # from the debug info. Currently absolute path is used.
53
return filename
54
55
0 commit comments