File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4919,6 +4919,9 @@ class TestQNNFloatingPointUtils(TestQNN):
49194919 def setUp (self ):
49204920 TestQNN .atol = 1e-1
49214921 TestQNN .rtol = 1e-1
4922+ TestQNN .dump_intermediate_outputs = False
4923+ TestQNN .enable_profile = False
4924+ TestQNN .shared_buffer = False
49224925 backend_options = generate_htp_compiler_spec (use_fp16 = True )
49234926 TestQNN .compiler_specs = generate_qnn_executorch_compiler_spec (
49244927 soc_model = self .chipset_table [TestQNN .model ],
@@ -5547,6 +5550,10 @@ def setUp(self):
55475550 raise ValueError ("Backend is not implemented yet" )
55485551 TestQNN .atol = 1e-1
55495552 TestQNN .rtol = 1
5553+ TestQNN .dump_intermediate_outputs = False
5554+ TestQNN .enable_profile = False
5555+ TestQNN .shared_buffer = False
5556+ backend_options = generate_htp_compiler_spec (use_fp16 = False )
55505557 TestQNN .compiler_specs = generate_qnn_executorch_compiler_spec (
55515558 soc_model = self .chipset_table [TestQNN .model ],
55525559 backend_options = backend_options ,
You can’t perform that action at this time.
0 commit comments