Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_key_value_sort.cc97 int64 memory_index = in __xla_cpu_runtime_KeyValueSort() local
102 std::string(values[idx] + memory_index, in __xla_cpu_runtime_KeyValueSort()
106 int64 memory_index = (base_offset + i * sort_dimension_offset) * in __xla_cpu_runtime_KeyValueSort() local
108 memcpy(values[idx] + memory_index, reordered_values[i].c_str(), in __xla_cpu_runtime_KeyValueSort()
/external/python/cpython3/Lib/test/
Dtest_buffer.py458 def memory_index(indices, t): function
473 i = memory_index(ind, t)