Searched refs:STANDARD_TF_FUZZ_FUNCTION (Results 1 – 20 of 20) sorted by relevance
25 #define STANDARD_TF_FUZZ_FUNCTION(FuzzerClass) \ macro34 #define STANDARD_TF_FUZZ_FUNCTION(FuzzerClass) macro
26 STANDARD_TF_FUZZ_FUNCTION(FuzzDecodeBase64);
29 STANDARD_TF_FUZZ_FUNCTION(FuzzStringToNumber);
26 STANDARD_TF_FUZZ_FUNCTION(FuzzEncodeBase64);
26 STANDARD_TF_FUZZ_FUNCTION(FuzzDecodeJSONExample);
26 STANDARD_TF_FUZZ_FUNCTION(FuzzDecodePng);
27 STANDARD_TF_FUZZ_FUNCTION(FuzzDecodeWav);
26 STANDARD_TF_FUZZ_FUNCTION(FuzzDecodeBmp);
35 STANDARD_TF_FUZZ_FUNCTION(FuzzDecodeCsv);
47 STANDARD_TF_FUZZ_FUNCTION(FuzzCheckNumerics);
71 STANDARD_TF_FUZZ_FUNCTION(FuzzParseTensor);
55 STANDARD_TF_FUZZ_FUNCTION(FuzzStringSplit);
42 STANDARD_TF_FUZZ_FUNCTION(FuzzDecodeCompressed);
62 STANDARD_TF_FUZZ_FUNCTION(FuzzStringSplitV2);
59 STANDARD_TF_FUZZ_FUNCTION(FuzzEncodeJpeg);
60 STANDARD_TF_FUZZ_FUNCTION(FuzzExampleProtoFastParsing);
83 STANDARD_TF_FUZZ_FUNCTION(FuzzOneHot);
133 STANDARD_TF_FUZZ_FUNCTION(FuzzScatterNd);
42 STANDARD_TF_FUZZ_FUNCTION(FuzzIdentity);
30 #define STANDARD_TF_FUZZ_FUNCTION(FuzzerClass) \ macro