I. INTRODUCTION
The deep learning (DL) library is an important tool for implementing and running DL algorithms. It provides developers with convenient and efficient interface, enabling them to develop DL applications more easily. However, with the widespread use of DL applications, the security of DL libraries is a growing concern. Attackers may take advantage of the vulnerabilities of DL libraries to tamper, steal, maliciously inject, and other attacks on the models to make them fail to function properly or generate erroneous behaviors. Therefore, the security of these DL libraries is becoming increasingly important. Various testing methods have been proposed to improve the security of these DL libraries, such as differential testing [1], [2] and fuzzing [3], [4].