Skip to content

Commit 68032eb

Browse files
committed
update comment
1 parent 0643368 commit 68032eb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tripy/tripy/constants.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
#
1717

1818
CONSTANT_IR_PRINT_VOLUME_THRESHOLD = 5
19-
STROGE_OP_CACHE_VOLUME_THRESHOLD = (
20-
64 # We want to exclude shape tensors, and TensorRT shape dims supports up to 8 dimensions, so
21-
)
22-
# we want a threshold value a lot bigger than 8
19+
20+
21+
# Aim is to exclude shape tensors, and TensorRT shape dims supports up to 8 dimensions
22+
# so threshold value should be a lot bigger than 8
23+
STROGE_OP_CACHE_VOLUME_THRESHOLD = 64
2324

2425
"""
2526
A volume threshold for displaying constants in IR logging messages.

0 commit comments

Comments
 (0)