Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for has_minimum (3.19 sec)

  1. tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/saved_model.pbtxt

            }
            attr {
              name: "Nsparse"
              type: "int"
              has_minimum: true
            }
            attr {
              name: "Ndense"
              type: "int"
              has_minimum: true
            }
            attr {
              name: "sparse_types"
              type: "list(type)"
              has_minimum: true
              allowed_values {
                list {
                  type: DT_FLOAT
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 26 01:10:27 UTC 2017
    - 46.9K bytes
    - Viewed (0)
  2. tensorflow/cc/framework/fuzzing/cc_op_fuzz_gen.cc

              {"list(float)", "{0.0, 1.0}"},
              {"type", "DT_UINT8"},
              {"shape",
               "mediapipe::ParseTextProtoOrDie<TensorShapeProto>("
               "\"dim:[] unknown_rank:true\")"}};
    
      if (attr.has_minimum()) {
        if (attr.type() == "int") {
          return absl::StrCat(attr.minimum());
        } else if (attr.type() == "list(int)") {
          std::vector<int> v(attr.minimum());
          for (int i = 0; i < v.size(); ++i) v[i] = i;
    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