Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for storage_size (0.26 seconds)

  1. 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 Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Oct 04 05:55:32 GMT 2025
    - 102.4K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_storage_name = "{labels.storage_name}";
    
        /** The key of the message: Size */
        public static final String LABELS_storage_size = "{labels.storage_size}";
    
        /** The key of the message: Last Modified */
        public static final String LABELS_storage_last_modified = "{labels.storage_last_modified}";
    
        /** The key of the message: Upload File */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
Back to Top