From 46e3c8e5a155ab598ba7575629541f5df9c2a912 Mon Sep 17 00:00:00 2001 From: Rocco Moretti Date: Tue, 10 Oct 2023 10:01:41 +0200 Subject: [PATCH] Update beautifier.py to look in PyTorch/Tensorflow blocks --- python_cc_reader/python_cc_reader/beauty/beautifier.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python_cc_reader/python_cc_reader/beauty/beautifier.py b/python_cc_reader/python_cc_reader/beauty/beautifier.py index 6a2c1b32..9b894170 100755 --- a/python_cc_reader/python_cc_reader/beauty/beautifier.py +++ b/python_cc_reader/python_cc_reader/beauty/beautifier.py @@ -4540,6 +4540,7 @@ def canonical_set_of_macros_to_test(): ["_WIN32"], ["MAC"], ["WIN_PYROSETTA"], + ["USE_PYTORCH","CXX14","CXX14_OR_LATER","USE_TENSORFLOW","USE_TENSORFLOW_CPU"], ]