Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for buffer_data (0.22 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        int bytes = dynamic_buffer.WriteToBuffer(&tensor_buffer);
        if (use_buffer_offset_) {
          std::vector<uint8_t> buffer_data(tensor_buffer, tensor_buffer + bytes);
          free(tensor_buffer);
          buffer_data_map_[index] =
              std::string(buffer_data.begin(), buffer_data.end());
          return tflite::CreateBuffer(builder_, 0, 1, 1);
        } else {
          if (IsModelBiggerThan2GB(bytes)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  2. src/main/java/jcifs/pac/Pac.java

                    if ( bufferOffset % 8 != 0 ) {
                        throw new PACDecodingException("Unaligned buffer " + bufferType);
                    }
    
                    byte[] bufferData = new byte[bufferSize];
                    System.arraycopy(data, (int) bufferOffset, bufferData, 0, bufferSize);
    
                    switch ( bufferType ) {
                    case PacConstants.LOGON_INFO:
                        // PAC Credential Information
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 6.5K bytes
    - Viewed (0)
  3. cluster/addons/fluentd-gcp/fluentd-gcp-configmap-old.yaml

          split_logs_by_tag false
          # Set the buffer type to file to improve the reliability and reduce the memory consumption
          buffer_type file
          buffer_path /var/log/fluentd-buffers/kubernetes.containers.buffer
          # Set queue_full action to block because we want to pause gracefully
          # in case of the off-the-limits load instead of throwing an exception
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 16.3K bytes
    - Viewed (0)
  4. cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml

          split_logs_by_tag false
          # Set the buffer type to file to improve the reliability and reduce the memory consumption
          buffer_type file
          buffer_path /var/log/fluentd-buffers/kubernetes.containers.buffer
          # Set queue_full action to block because we want to pause gracefully
          # in case of the off-the-limits load instead of throwing an exception
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 18.3K bytes
    - Viewed (0)
  5. cluster/gce/windows/k8s-node-setup.psm1

      # Allow log entries from multiple containers to be sent in the same request.
      split_logs_by_tag false
      # Set the buffer type to file to improve the reliability and reduce the memory consumption
      buffer_type file
      buffer_path /var/log/fluentd-buffers/kubernetes.containers.buffer
      # Set queue_full action to block because we want to pause gracefully
      # in case of the off-the-limits load instead of throwing an exception
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top