HomeSort by relevance Sort by last modified time
    Searched full:alignment_bytes (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_control_wrapper.cc 31 constexpr int ALIGNMENT_BYTES = 16;
52 (ALIGNMENT_BYTES - data_ptr_int % ALIGNMENT_BYTES) % ALIGNMENT_BYTES;
261 data.first->second.resize(data_size + ALIGNMENT_BYTES - 1);
342 input_tensor_data.resize(byte_size + ALIGNMENT_BYTES);
  /art/oatdump/
oatdump.cc 2372 size_t alignment_bytes = RoundUp(object_bytes, kObjectAlignment) - object_bytes; local
2650 size_t alignment_bytes; member in struct:art::ImageDumper::Stats
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 79 uint32_t alignment_bytes = local
81 return kAdrpThunkSize * num_adrp + alignment_bytes;

Completed in 748 milliseconds