Home
last modified time | relevance | path

Searched refs:SINGLE_INPUT_OP_BUILDER (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/fuzzing/
Ddecode_base64_fuzz.cc23 SINGLE_INPUT_OP_BUILDER(DT_STRING, DecodeBase64);
Dstring_to_number_fuzz.cc23 SINGLE_INPUT_OP_BUILDER(DT_STRING, StringToNumber);
Dencode_base64_fuzz.cc23 SINGLE_INPUT_OP_BUILDER(DT_STRING, EncodeBase64);
Ddecode_json_example_fuzz.cc23 SINGLE_INPUT_OP_BUILDER(DT_STRING, DecodeJSONExample);
Ddecode_png_fuzz.cc23 SINGLE_INPUT_OP_BUILDER(DT_STRING, DecodePng);
Ddecode_wav_fuzz.cc24 SINGLE_INPUT_OP_BUILDER(DT_STRING, DecodeWav);
Ddecode_bmp_fuzz.cc23 SINGLE_INPUT_OP_BUILDER(DT_STRING, DecodeBmp);
Dencode_jpeg_fuzz.cc23 SINGLE_INPUT_OP_BUILDER(DT_UINT8, EncodeJpeg);
Dfuzz_session.h38 #define SINGLE_INPUT_OP_BUILDER(dtype, opName) \ macro
/external/tensorflow/tensorflow/security/fuzzing/op_fuzzing/
Didentity_fuzz.cc23 SINGLE_INPUT_OP_BUILDER(DT_INT8, Identity);
Dfuzz_session.h37 #define SINGLE_INPUT_OP_BUILDER(dtype, opName) \ macro