- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for storage_file (0.05 sec)
-
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_storage_bucket_name = "{labels.storage_bucket_name}"; /** The key of the message: File */ public static final String LABELS_storage_file = "{labels.storage_file}"; /** The key of the message: Folder Name */ public static final String LABELS_storage_folder_name = "{labels.storage_folder_name}"; /** The key of the message: Download */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
tensorflow/c/c_api.cc
void** values, size_t* lengths, int max_values, void* storage, size_t storage_size, TF_Status* status) { const auto* attr = GetAttrValue(oper, attr_name, status); if (!status->status.ok()) return; if (attr->value_case() != tensorflow::AttrValue::kList) { status->status =
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue May 13 06:30:43 UTC 2025 - 102.3K bytes - Viewed (0)