- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for max_length (0.04 seconds)
-
tensorflow/c/c_api.cc
void* value, size_t max_length, TF_Status* status) { const auto* attr = GetAttrValue(oper, attr_name, status); if (!status->status.ok()) return; if (attr->value_case() != tensorflow::AttrValue::kS) { status->status = InvalidArgument("Attribute '", attr_name, "' is not a string"); return; } if (max_length <= 0) { return; }Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 102.4K bytes - Click Count (0)