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

  /external/tensorflow/tensorflow/compiler/tf2xla/
cpu_function_runtime.cc 78 void* contiguous = nullptr; local
80 contiguous = aligned_malloc(total, kAlign);
84 TF_ANNOTATE_MEMORY_IS_INITIALIZED(contiguous, total);
87 uintptr_t pos = reinterpret_cast<uintptr_t>(contiguous);
99 return contiguous;
102 void FreeContiguous(void* contiguous) {
103 if (contiguous != nullptr) {
104 aligned_free(contiguous);
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 432 GElf_Off contiguous = 0; /* Visible as contiguous file from START. */ local
581 contiguous = file_end;
892 const GElf_Off cost = (contiguous < file_trimmed_end ? total_filesz
893 : buffer_available >= contiguous ? 0
894 : contiguous - buffer_available);
901 cost, worthwhile, whole, contiguous,
920 if (contiguous < file_trimmed_end)
943 /* The whole file sits contiguous in memory,
  /external/mesa3d/src/intel/compiler/
brw_fs.cpp 170 * be any component of a vector, and then we load 4 contiguous
1996 unsigned contiguous:1; member in struct:uniform_slot_info
    [all...]

Completed in 111 milliseconds