Skip to content

Commit

Permalink
[Benchmarking-Py] Deactivating TF_ENABLE_LAYOUT_NHWC=1
Browse files Browse the repository at this point in the history
  • Loading branch information
DEKHTIARJonathan authored Sep 13, 2022
1 parent 7086a97 commit a337598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tftrt/benchmarking-python/benchmark_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(self, args):
self._args = args

# Temporary fix to re-enable NHWC layout.
os.environ["TF_ENABLE_LAYOUT_NHWC"] = "1"
# os.environ["TF_ENABLE_LAYOUT_NHWC"] = "1"

if args.use_xla_auto_jit:
logging.info("[Benchmark] - Activating XLA JIT Auto Clustering")
Expand Down

0 comments on commit a337598

Please sign in to comment.