• Z
    [cherry pick] Unit test with tempfile to place the temporary files (#43522) · 1a660c8a
    zhangbopd 提交于
        Use tempfile for unit test & custom op test to replace temporary files to ensure that all temporary files will be deleted normally after a single measurement, avoiding the usage of disk files.
        The PR only involves single-test and op test modifications and does not affect existing functionality.
        Release/2.3 branch modified in PR43521;
    1a660c8a
test_newprofiler.py 13.3 KB