Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 1000000000000000 (0.07 sec)

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

        }
        buffer_data_map_.erase(it);
        it = buffer_data_map_.begin();
        buffer_data_exported_ = true;
      }
      // pad 16 bytes for the last buffer for XNNPack
      result.Append("\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");
      // pad to be 16 bytes aligned
      {
        std::string pad(kFbAlignment - result.size() % kFbAlignment, '\0');
        result.Append(std::move(pad));
      }
    
      for (auto& it : custom_op_data_map_) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (2)
Back to top