HomeSort by relevance Sort by last modified time
    Searched refs:use_binary (Results 1 - 3 of 3) sorted by null

  /external/libprotobuf-mutator/src/libfuzzer/
libfuzzer_macro.h 37 #define DEFINE_CUSTOM_PROTO_MUTATOR_IMPL(use_binary, Proto) \
42 return CustomProtoMutator(use_binary, data, size, max_size, seed, &input); \
45 #define DEFINE_CUSTOM_PROTO_CROSSOVER_IMPL(use_binary, Proto) \
52 return CustomProtoCrossOver(use_binary, data1, size1, data2, size2, out, \
56 #define DEFINE_TEST_ONE_PROTO_INPUT_IMPL(use_binary, Proto) \
60 if (LoadProtoInput(use_binary, data, size, &input)) \
65 #define DEFINE_PROTO_FUZZER_IMPL(use_binary, arg) \
69 DEFINE_CUSTOM_PROTO_MUTATOR_IMPL(use_binary, FuzzerProtoType) \
70 DEFINE_CUSTOM_PROTO_CROSSOVER_IMPL(use_binary, FuzzerProtoType) \
71 DEFINE_TEST_ONE_PROTO_INPUT_IMPL(use_binary, FuzzerProtoType)
    [all...]
  /external/tensorflow/tensorflow/examples/saved_model/integration_tests/
saved_model_part1_test.py 49 use_binary = resource_loader.get_path_to_datafile("use_text_rnn_model")
50 self.assertCommandSucceeded(use_binary, model_dir=export_dir)
59 use_binary = resource_loader.get_path_to_datafile("use_rnn_cell")
60 self.assertCommandSucceeded(use_binary, model_dir=export_dir)
69 use_binary = resource_loader.get_path_to_datafile(
71 self.assertCommandSucceeded(use_binary, model_dir=export_dir)
saved_model_part2_test.py 49 use_binary = resource_loader.get_path_to_datafile("use_mnist_cnn")
51 use_binary, export_dir=export_dir, fast_test_mode="true")

Completed in 1072 milliseconds