Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 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. 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