Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def test_trt_fp32_bz1_dynamic_multi_thread():
gpu_mem=5000,
max_batch_size=max_batch_size,
repeat=1,
delta=2e-5,
delta=3e-5,
names=names,
min_input_shape=min_input_shape,
max_input_shape=max_input_shape,
Expand Down Expand Up @@ -243,7 +243,7 @@ def test_trtfp32_more_bz_dynamic_bz():
output_data_dict,
max_batch_size=max_batch_size,
repeat=1,
delta=2e-5,
delta=3e-5,
names=names,
min_input_shape=min_input_shape,
max_input_shape=max_input_shape,
Expand Down Expand Up @@ -348,7 +348,7 @@ def test_jetson_trtfp32_more_bz_dynamic_bz():
output_data_dict,
max_batch_size=max_batch_size,
repeat=1,
delta=2e-5,
delta=3e-5,
names=names,
min_input_shape=min_input_shape,
max_input_shape=max_input_shape,
Expand Down
Loading