Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FuzzImpl (0.07 sec)

  1. tensorflow/cc/framework/fuzzing/cc_op_fuzz_gen.cc

                                strings::StrAppend(out, ", ", attr.name());
                              }
                            })));
    
      string fuzz_impl_signature_str = absl::Substitute(
          "  void FuzzImpl($0) final {\n",
          absl::StrJoin(
              op_info.graph_op_def.input_arg(), ", ",
              [](string* out, const auto arg) {
                strings::StrAppend(out, "const Tensor& ", arg.name(), "_0");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jan 27 16:26:51 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top