Home
last modified time | relevance | path

Searched refs:file_offsets (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/util/tensor_bundle/
H A Dtensor_bundle.h382 absl::flat_hash_map<string, FileOffset> file_offsets; in SortForSequentialAccess() local
386 file_offsets[get_key(element)] = {entry.shard_id(), entry.offset()}; in SortForSequentialAccess()
388 absl::c_sort(container, [&get_key, &file_offsets](const T& a, const T& b) { in SortForSequentialAccess()
389 const FileOffset& file_offset_a = file_offsets[get_key(a)]; in SortForSequentialAccess()
390 const FileOffset& file_offset_b = file_offsets[get_key(b)]; in SortForSequentialAccess()
/aosp_15_r20/external/pcre/src/
H A Dpcre2grep.c278 static BOOL file_offsets = FALSE; variable
2839 else if (file_offsets) in pcre2grep()
3594 case N_FOFFSETS: file_offsets = TRUE; break; in handle_option()
4201 file_offsets + line_offsets; in main()