Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hashcode_to_pos (0.11 sec)

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

        int64_t offset = result.size();
        int64_t size = buffer.size();
        uint64_t hash = tsl::Fingerprint64(buffer);
        if (hashcode_to_pos.find(hash) == hashcode_to_pos.end()) {
          hashcode_to_pos[hash] = std::make_pair(offset, size);
          buffer_idx_map_[index] = std::make_pair(offset, size);
          result.Append(std::move(buffer));
          // Pad to be 16 bytes aligned.
          {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top