Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for value_not_set (0.23 sec)

  1. tensorflow/c/c_api.cc

        return;
      }
    
      if (strcmp(attr_name, tensorflow::kColocationAttrName) == 0) {
        if (attr_value.value_case() != tensorflow::AttrValue::kList &&
            attr_value.value_case() != tensorflow::AttrValue::VALUE_NOT_SET) {
          status->status =
              InvalidArgument("Expected \"list\" field for \"",
                              tensorflow::kColocationAttrName, "\" attribute");
          return;
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top