Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for storage_file (0.05 seconds)

  1. 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 */
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 156.4K bytes
    - Click Count (0)
  2. 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 =
    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)
Back to Top