Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for has_allowed_values (0.31 sec)

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

          std::vector<int> v(attr.minimum());
          for (int i = 0; i < v.size(); ++i) v[i] = i;
          std::string s = strings::StrCat("{", absl::StrJoin(v, ","), "}");
          return s;
        }
      }
      if (attr.has_allowed_values()) {
        if (!attr.allowed_values().list().s().empty()) {
          return strings::StrCat("\"", attr.allowed_values().list().s(0), "\"");
        } else if (!attr.allowed_values().list().type().empty()) {
    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